Programming Languages C++ Objective
Mar 21, 2013

Which of the following statement is correct?

Choose the correct answer:
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) All of the above
Detailed Explanation

Option A and B is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback