In C++, which type of inheritance is not supported directly but can be achieved using a combination of other types of inheritance?
A. Multiple inheritance
B. Single inheritance
C. Hierarchical inheritance
D. Hybrid inheritance
Answer: Option D
A. Multiple inheritance
B. Single inheritance
C. Hierarchical inheritance
D. Hybrid inheritance
Answer: Option D
A. Multilevel inheritance
B. Hierarchical inheritance
C. Multiple inheritance
D. Single inheritance
A. public
B. private
C. friend
D. protected
What is the process of defining a new class based on an existing class in C++ called?
A. Inheritance
B. Composition
C. Encapsulation
D. Polymorphism
Join The Discussion