- What is meant by “inheritance” in the OOP paradigm?
- What are the advantages and disadvantages of declaring inheritance?
- What is the difference between the base and derived classes?
- How is a direct base class different from the indirect base class declaration in C++?
- Explain how a data member and member functions of a base class can be accessed by the derived class member functions.