Ruby - Inheritance
In Ruby, what happens when the
super keyword is used inside a method without any arguments or parentheses?super keyword is used inside a method without any arguments or parentheses?super without argumentssuper is called without parentheses or arguments, Ruby automatically forwards the current method's arguments to the parent method.super forwards current arguments [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions