Q. What is method overloading?
β
Correct Answer: (A)
Same method name with different parameters
Explanation: Method overloading means same method name but different parameter lists.