78.5k views
2 votes
A collection is a container object (data structure) that represents a group of objects often referred to as data or elements of the collection TRUE FALSE

User Knutella
by
5.5k points

1 Answer

4 votes

Answer: True

Step-by-step explanation: Collection is referred as the group/cluster of objects as the single unit.It works as the framework for the manipulation and storing mechanism.

Collection can provide different types of classes as well as interface such as dequeue,queue etc.It can also perform various operation like insertion ,deletion,sorting, manipulating , searching etc.Thus , the given statement is true as it explains the correct definition of collection.

User Mayank Dudakiya
by
6.2k points