Q23
What is the purpose of method overriding in Ruby?
A.
To provide a new implementation for a method in the superclass
AnswerB.
To hide a method from the superclass
C.
To create a new method in the subclass
D.
To provide access to private methods
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board