only one base class and one derived class is known as
Answers
Answered by
0
Explanation:
Hierarchical inheritance. This is where one class serves as a superclass (base class) for more than one sub class. For example, a parent class, A, can have two subclasses B and C. Both B and C's parent class is A, but B and C are two separate subclasses. Hybrid inheritance.
Answered by
0
Explanation:
Hierarchical inheritance.
Hope you got it and it is helpful to you
Similar questions