Vidyalelo
Ruby Programming · Q69

Advanced Topics in Ruby

Programming · Ruby Programming · question 69

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
Answer
D.
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