asked 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.

answered
User Bikal Basnet
by
8.9k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.