Computer Applications
What is another name of multilevel inheritance?
- Single inheritance
- Nested inheritance
- Multiple inheritance
- Derived inheritance
Encapsulation & Inheritance in Java
10 Likes
Answer
Nested inheritance
Reason — Nested inheritance is another name of multilevel inheritance.
Answered By
7 Likes
Related Questions
Which of the following data is a separate field for all the objects of a class?
- Local variable
- Class variable
- Instance variable
- Primitive variable
Which of the following is a combination of more than one inheritance system?
- Hybrid inheritance
- Multiple inheritance
- Single inheritance
- Hierarchical inheritance
Fill in the blanks:
Derived class inherits from _________ class.
Fill in the blanks:
Because of _________ the reusability of an object code comes into existence.