Vidyalelo
Ruby Programming · Q13

Advanced Topics in Ruby

Programming · Ruby Programming · question 13

Q13

What is an eigenclass in Ruby?

A.
A hidden class that stores singleton methods for an object
Answer
B.
A class that is automatically created for every object
C.
A class that inherits from a module
D.
A class that cannot be instantiated directly

Answer: Option A

Solution

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