What is the process of creating a new class using an existing class as a base in C++?
A. Base class
B. Derived object
C. Derived class
D. Base object
Answer: Option C
A. Base class
B. Derived object
C. Derived class
D. Base object
Answer: Option C
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