Introduction to Inheritance in C++ Next Slide

Modern object-oriented (OO) languages provide 3 capabilities:

  • encapsulation
  • inheritance
  • polymorphism

which can improve the design, structure and reusability of code.

Here, we'll explore how the object-oriented (OO) programming capability known as inheritance can be used in C++.


BU CAS CS - Introduction to Inheritance in C++
Copyright © 1993-2000 by Robert I. Pitts <rip@bu.edu> All Rights Reserved.