Computer Science, asked by mithilesh6838, 1 year ago

What is containership how does it differ from inheritance in c++

Answers

Answered by laxmipriyaojha2002
4

Difference between Inheritance and Containership: Inheritance is the ability for a class to inherit properties and behavior from a parent class by extending it, while Containership is the ability of a class to contain objects of different classes as member data.

Similar questions