C++ Programming - Multi Level Inheritance

preview_player
Показать описание
Rio Hondo College
CIT 126 C++ Programming class
Multilevel Inheritance C++
In this example, International students inherits Student class, Student class inherits Person class.
When a class is derived from a class which is also derived from another class, i.e. a class having more than one parent classes, such inheritance is called Multilevel Inheritance
Professor Liu
Рекомендации по теме
visit shbcf.ru