Vidyalelo
Java Programming · Q30

Constructors and Methods

Programming · Java Programming · question 30

Q30

In Java, what is the purpose of method overloading?

A.
Defining multiple methods with the same name but different parameters
Answer
B.
Hiding methods in a superclass
C.
Redefining methods in a subclass
D.
Calling methods from other classes

Answer: Option A

Solution

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