Computer Science, asked by ru094979, 7 months ago

aggregation in c++ oop​

Answers

Answered by ajayyd463
0

Answer:

Aggregation in C++ (commonly called as a has-a relationship), is a process in which one class defines a second class as an entity reference. It is a method of reusability of classes. In the simplest possible terms, it is when a class has an object of the other class.

Aggregation is a concept introduced within the object-oriented programming section of the language; It is a useful and practical tool that can be used while working with real-life models and projects.

Explanation:

Similar questions