Q. Which of the following C++ features allows a class to inherit from another class?
β
Correct Answer: (C)
Inheritance
Explanation: Inheritance is a feature in C++ that allows a class to inherit properties and behaviors from another class.