top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is object composition in C++?

+1 vote
291 views
What is object composition in C++?
posted Mar 24, 2014 by Pushpak Chauhan

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

one class has an instance of another class as a data member. In OOP, this relationship is also known as a object composition.

answer Mar 25, 2014 by Rahul Mehra
...