A

Admin • 802.91K Points
Coach

Q. Which of the following C++ features allows a class to inherit from another class?

  • (A) Overloading
  • (B) Abstraction
  • (C) Inheritance
  • (D) Encapsulation
  • Correct Answer - Option(C)
  • Views: 5
  • Filed under category C++
  • Hashtags:

Explanation by: Admin
Inheritance is a feature in C++ that allows a class to inherit properties and behaviors from another class.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.