EXL Service Interview Question

Tell me about oops concept you have studied in CPP

Interview Answer

Anonymous

Mar 15, 2024

Inheritance Inheritance is the process of creating a new class from an existing class. The new class inherits the data members and member functions of the existing class.