filmov
tv
MultiLevel Inheritance in C++ #Multilevel #Inheritance #Type #Virtual #Destructor #Protected #OOPS

Показать описание
This video is about multilevel inheritance
Timecodes
00:00 - Intro
00:14 - Single level inheritance
01:36 - Multilevel inheritance
05:39 - Is-A relationship
06:20 - Object constructor and destructor
08:16 - Virtual destructor
11:29 - Role of protected member
11:58 - Info about Description of my videos
One Correction:
Size of player class will be 116 + sizeof (vptr) if the destructor is virtual in the base class.
Timecodes
00:00 - Intro
00:14 - Single level inheritance
01:36 - Multilevel inheritance
05:39 - Is-A relationship
06:20 - Object constructor and destructor
08:16 - Virtual destructor
11:29 - Role of protected member
11:58 - Info about Description of my videos
One Correction:
Size of player class will be 116 + sizeof (vptr) if the destructor is virtual in the base class.