What is meant by base class?
26 Likes
A base class is a class from which other classes are derived. It facilitates the creation of other classes that can reuse the code implicitly inherited from the base class.
Answered By
15 Likes
What will happen if data members are declared private.
What do you understand by 'inheritance'?
Differentiate between super class and target.
What is the significance of using protected declaration during inheritance? Show with the help of an example.