Multilevel inheritance allows _________________ in the program.

Multilevel inheritance allows _________________ in the program. Correct Answer As many levels of inheritance as required

The multilevel inheritance allows any number of levels of inheritance. This is the maximum flexibility feature to make the members available to all the new classes and to add their own functionalities. The code reusability is used too.
Bissoy MCQ

Related Questions

If all the classes use private inheritance in multilevel inheritance then ______________
In multilevel inheritance, which is the most significant feature of OOP used?
Which among the following best defines multilevel inheritance?
Which Class is having highest degree of abstraction in multilevel inheritance of 5 levels?
In multilevel inheritance one class inherits _______________
Can abstract classes be used in multilevel inheritance?
How many abstract classes can be used in multilevel inheritance?