⟩ What are friend classes?
The friend function is a ‘non member function’ of a class. It can access non public members of the class. A friend function is external to the class definition.
The friend function is a ‘non member function’ of a class. It can access non public members of the class. A friend function is external to the class definition.
Explain about overriding?
Explain what is Private Inheritance?
Explain about Protected Inheritance?
Explain pure virtual functions?
What is base class?
Explain about virtual destructor?
Do you know private inheritance?
Explain what is Public Inheritance?
Explain Private Inheritance?
List the advantages of inheritance?