employer cover photo
employer logo
employer logo

Georgia Tech Research Institute

Is this your company?

Georgia Tech Research Institute interview question

Briefly describe aggregation in object-oriented programming.

Interview Answer

Anonymous

Nov 3, 2019

In aggregation, objects have a "has-a" relationship with other objects. For example, a car has wheels. So, if you were given a Car class and a Wheel class, these classes have aggregation relationships.