Vidyalelo
Java Programming · Q6

Overriding and Overloading

Programming · Java Programming · question 6

Q6

In method overloading, what must be different between the overloaded methods in the same class?

A.
The method name
B.
The return type
C.
The access modifier
D.
The number or type of parameters
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board