Home » JAVA Programming » Generics » Question
  1. Which of the following cannot be Type parameterized?
    1. Overriding methods
    2. Class methods
    3. Overloaded Methods
    4. Generic methods
    5. None of these
Correct Option: C

Cannot Overload a Method Where the Formal Parameter Types of Each Overload Erase to the Same Raw Type.



Your comments will be displayed only after manual approval.