1.

Mention any two types of inheritance.

Answer»
  • Single inheritance: A derived class with only one base class is called single inheritance
  • Multiple inheritance: A class can inherit properties from more than one class which is known as multiple inheritance.


Discussion

No Comment Found