+1 vote
in Class 12 by kratos

Mention any two types of inheritance.

1 Answer

+4 votes
by kratos
 
Best 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.
...