Q2
What does the super keyword do in Ruby?
A.
Initializes a superclass object
B.
Returns the superclass
C.
Calls the same method in the superclass
AnswerD.
Calls the same method in the subclass
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board