117k views
3 votes
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.

1 Answer

3 votes

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.

User Bikal Basnet
by
5.9k points