data structures is aggregation of?
Answers
Answered by
1
A data structure is a group of data types or objects of the same type, grouped together in some formation.For example, the object someContainer , which contains an inner ArrayList , is an aggregate because it contains a data structure, encapsulates it, and provides an interface to manipulate it.
Similar questions