filmov
tv
C++ OOP 6.1: Inheritance types

Показать описание
In this 6.1st lesson of object-oriented programming in C++, you will learn about inheritance types. Just like access specifiers, there are also private, protected, and public inheritance types. Inheritance type determines which access specifiers will attributes and methods form base class have in derived class.