17.9k views
2 votes
A template class that has been written to perform common class tasks, such as linking

lists or sorting, is a(n) ___________class.

a. overloaded

b. bottle

c. container

d. parameter

User Fantastory
by
8.1k points

1 Answer

6 votes

Answer:

option c. Container

Step-by-step explanation:

The container class establish links between objects, a procedure must be developed to do so, as well as to insert new member objects into appropriate spots. The procedures in a container class include assigning the correct linking pointer values to new list members. There is also the option to delete a member of the list, reorder it or retrieving and displaying the object from a list.

Container class can be split into: Sequence containers, Associative containers, Unordered associative containers and container adaptors.

User Ramesh J
by
8.1k points