Examveda
Examveda

In Java, can a method be overloaded by changing only the return type?

A. Yes, it is allowed

B. Yes, but only for static methods

C. No, methods with the same name must have the same return type

D. No, the return type cannot be changed

Answer: Option D


This Question Belongs to Java Program >> Overriding And Overloading

Join The Discussion

Related Questions on Overriding and Overloading