Solved

Suppose a Generic Method Accepts a Generic Unconstrained Argument P

Question 68

Multiple Choice

Suppose a generic method accepts a generic unconstrained argument p.What restrictions are placed on p by the compiler?


A) There are no restrictions.
B) Can only execute methods from its own class.
C) Can only execute Object class methods.
D) Can not execute any methods.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions