Discussion Forum : Class Hierarchies And Abstract Classes
Question -

What does derived class does not inherit from the base class?

Options:
A .  constructor and destructor
B .  friends
C .  operator = () members
D .  all of the mentioned
Answer: Option D

The derived class inherit everything from the base class except the given things.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *