When comparing bounded types with unbounded types you will find that bounded types __________ the types that can be used as type arguments. At the same time they ____________ the functionality that is available for implementation.

Answer :

Answer: 1. Restrict 2.Expand.

Explanation: As opposed to unbounded types, bounded types restricts the types that can be used as type arguments and they expand functionality for the aim of implementation.

Other Questions