filmov
tv
Multilevel Inheritance in c# with example | Multilevel Inheritance in C#

Показать описание
Multilevel Inheritance in c# with example | Multilevel Inheritance in C#
Multilevel inheritance refers to a mechanism in OO technology where one can inherit from a derived class, thereby making this derived class the base class for the new class. As you can see in below flow diagram C is subclass or child class of B and B is a child class of A.
Instagram
FaceBook
Linkedin
Multilevel inheritance refers to a mechanism in OO technology where one can inherit from a derived class, thereby making this derived class the base class for the new class. As you can see in below flow diagram C is subclass or child class of B and B is a child class of A.