Examveda
Examveda

What does the `super` keyword do when called inside a method in Ruby?

A. Calls the superclass method with the same name

B. Calls the subclass method with the same name

C. Calls the method again recursively

D. None of the above

Answer: Option A


This Question Belongs to Ruby Programming >> Methods In Ruby

Join The Discussion

Related Questions on Methods in Ruby