C++20 sections · 1024 units
Open in Course

Quiz: Inheritance Basics

Knowledge check

Check Your Understanding

Which members does a derived class inherit from its base class?

  1. A.All members except constructors, destructors, and assignment operators
  2. B.All members including constructors and destructors
  3. C.Only public member functions
  4. D.Only data members, not member functions
Start the roadmap to answer the quizzes and solve the challenges