Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Cpp Programming Quiz 257 – Which of the following statement is correct?

Question: Which of the following statement is correct?
[A].
A constructor of a derived class can access any public and protected member of the base class.
[B].

Constructor cannot be inherited but the derived class can call them.
[C].

A constructor of a derived class cannot access any public and protected member of the base class.
[D].

Both A and B. 

Answer: Option D

Explanation:

No answer description available for this question.