195k views
3 votes
In multi-level inheritance one class inherits how many classes?

1 Answer

6 votes

Answer:

Only one class

Step-by-step explanation:

The classes will inherit only from one class. This will continue as each class inherits only one class. There should not be any class that inherits from two or more classes or which have more than one subclass.

User Dan Z
by
5.4k points