Home » C++ Programming » Classes & Objects » Question
  1. What does derived class does not inherit from the base class?
    1. friends
    2. operator = () members
    3. constructor and destructor
    4. All of above
    5. None of these
Correct Option: D

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



Your comments will be displayed only after manual approval.