Vidyalelo
Ruby Programming · Q15

Object Oriented Programming (OOP) Concepts in Ruby

Programming · Ruby Programming · question 15

Q15

What does the self keyword refer to in Ruby classes?

A.
The current instance of the class
B.
The superclass of the class
C.
The class itself
Answer
D.
The class constructor

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board