Q69
What does the super keyword do in Ruby?
A.
It calls the method of the same name in the current class
B.
It returns the superclass of the current class
C.
It calls the method of the same name in the superclass
AnswerD.
It returns the current class as a superclass
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board