Home » C++ Programming » Inheritance » Question
  1. What are the things are inherited from the base class?
    1. Friends
    2. Constructor and its destructor
    3. Operator=() members
    4. All of above
    5. None of these
Correct Option: D

These things can provide necessary information for the base class to make a logical decision.



Your comments will be displayed only after manual approval.