Answer:
The correct option to the following question is A.).
Step-by-step explanation:
The following statement is false because,
- We cannot use as the type-name throughout the function's body.
- That's why the Wildcard type argument is referred to as the unknown types arguments and it acts as the placeholders for a real argument that are pass during the calling of the function.
- A wildcard arguments are denoted by the Question mark(?).