In Ruby, what is the purpose of the `super` keyword when used in a method?
A. Calls the same method in the superclass
B. Calls the same method in the subclass
C. Calls a method with the same name
D. Calls a method in a different class
Answer: Option A
Related Questions on Object Oriented Programming (OOP) Concepts in Ruby
A. A blueprint for objects
B. A variable holding multiple values
C. A single data structure
D. A method to define behavior
What does the initialize method do in a Ruby class?
A. Initializes class variables
B. Defines instance methods
C. Defines class methods
D. Initializes new objects

Join The Discussion