OOPS
November 29, 2023ISRO CS 2020
November 29, 2023OOPS
|
Question 72
|
Mechanism of deriving a class from another derived class is known as
|
Polymorphism
|
|
|
Single inheritance
|
|
|
Multilevel inheritance
|
|
|
Message passing
|
Question 72 Explanation:
When a class is derived from a class which is also derived from another class, i.e. a class having more than one parent classes, such inheritance is called Multilevel Inheritance.
Correct Answer: C
Question 72 Explanation:
When a class is derived from a class which is also derived from another class, i.e. a class having more than one parent classes, such inheritance is called Multilevel Inheritance.
