The use of a generic data type is preferred over using Object as a general class in a collection because...

It ensures that all the members of the collection are objects related by inheritance.
  • It allows the data type to be determined later by the client of the class.
  • It can contain objects of type OrderedPair.

There are no hints for this question