Categories
Archives
Blog Stats
- 471,093 hits
You can like us at
Meta
Tag Archives: multi level inheritance in c++
More in inheritance….
We shall continue our course in inheritance. We learnt about syntax, terminology, single inheritance in our last post. Today we shall learn about remaining types of inheritance. Multilevel Inheritance: In single inheritance base class is inherited by only one derived … Continue reading
Inheritance
It is a great feeling if we could reuse anything which we bought or created. In the same way it is good to reuse the class which we have created earlier in a program. Object Oriented Programming provides this feature … Continue reading