Computer Science, asked by yashraut01, 2 months ago

what is single inheritance? write a program to illustrate the concept.​

Answers

Answered by cutearmyblink
4

Answer:

Single inheritance is one of the type of inheritance in which derived class inherits only one base class, provides reusability by allowing the derived class to inherit the features of the base class using objects. ... Let's learn further about the concept of single inheritance in C++.

Explanation:

hope it helps you mark me as brainlist

Similar questions