Q. Which C++ feature allows a derived class to inherit members from a base class?
β
Correct Answer: (C)
Inheritance
Explanation: Inheritance allows a derived class to acquire properties and behaviors of a base class.