Ruby - Inheritance
What does the
super keyword do in Ruby?super keyword do in Ruby?supersuper keyword is used inside a child class method to call the method with the same name from its parent class. It does not create, override, or delete methods but simply calls the parent method to reuse or extend its behavior.super calls parent method [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions