employer cover photo
employer logo
employer logo

Georgia Tech Research Institute

Est-ce votre entreprise ?

Question d’entretien chez Georgia Tech Research Institute

Briefly describe aggregation in object-oriented programming.

Réponse à la question d'entretien

Utilisateur anonyme

3 nov. 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.