educative.io

Composition in different classes

How composition can be defined, for example, the library is composed of books, How we define it in a code? Like there is library class with Bookitem as a field.

Similarly in the case of Fine and Fine Transaction?

Hi @Pooja_Sheoran,

Composition is defined as ‘class attributes’ in the code. For detailed answer take a look here: Association vs Aggregation vs Composition in the code .