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