| Introduction to Inheritance in C++ | Next Slide |
|
Modern object-oriented (OO) languages provide 3 capabilities:
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++. |