+ 4
List the types of inheritance supported in C++.
8 ответов
+ 4
single
multiple
multilevel
hierarchical
hybrid
multipath
for more info:
http://www.dotnettricks.com/learn/oops/understanding-inheritance-and-different-types-of-inheritance
+ 5
there are 5 types of inheritance in c++
hybrid
herarchical
simple
multiple
multilevel
+ 3
can you help me to resolve the code of displaying calendar
u r also certified in java
so tell me whats wrong in this code
https://www.sololearn.com/discuss/1236505/?ref=app
+ 1
erkarunajhaggar eply kro
0
single
multiple
multlipath
hybrid
herarchical
0
you have good skills I want learn from you msg me WhatsApp 8261081220
0
ok erka
0
In C++ programming language , inheritance is a process in which one object acquires all the properties and behaviours of its parent object automatically. It allows user to create a Child Class (Derived Class) from an existing Parent Class (Base Class). To inherit from a class, C++ use the : symbol. C++ supports five types of inheritance:
Single Inheritance
Multiple Inheritance
Multilevel Inheritance
Hierarchical Inheritance
Hybrid Inheritance
http://net-informations.com/faq/oops/inheritancetype.htm