Computer Applications
Which of the following is a combination of more than one inheritance system?
- Hybrid inheritance
- Multiple inheritance
- Single inheritance
- Hierarchical inheritance
Encapsulation & Inheritance in Java
16 Likes
Answer
Hybrid inheritance
Reason — Hybrid inheritance is a combination of more than one inheritance system.
Answered By
9 Likes
Related Questions
A …………… variable is a common field for all the objects of a class.
- local variable
- global variable
- class variable
- instance variable
Which of the following data is a separate field for all the objects of a class?
- Local variable
- Class variable
- Instance variable
- Primitive variable
What is another name of multilevel inheritance?
- Single inheritance
- Nested inheritance
- Multiple inheritance
- Derived inheritance
Fill in the blanks:
Derived class inherits from _________ class.