Introduction to Polymorphism 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 programming capability known as polymorphism can be used in C++.


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