In Ruby, what is the purpose of method overloading?
A. To provide multiple definitions for the same method with different parameters
B. To override a method in the superclass
C. To provide a new implementation for a method in the subclass
D. To create private methods
Answer: Option A

Join The Discussion