Q9
What is the method used to check if an object is an instance of a particular class in Ruby?
A.
instance_of?
B.
is_instance?
C.
is_a?
AnswerD.
object_of?
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board