Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following correctly initializes a base class constructor in a derived class?
Derived(): Base(1), md(7) { }
Derived(Base(1), md(7)) { }
Derived() { md = 7; }
Derived(): Base(), md = 7;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!