Contents Up << >>

Is inheritance important to C++?

Yep.

Inheritance is what separates abstract data type (ADT) programming from OOP.