Tag Archives: hybrid 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

Posted in C++ | Tagged , , , , , | Leave a comment

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

Posted in C++ | Tagged , , , , , , , | Leave a comment