Q1
What is inheritance in Ruby?
A.
A mechanism by which a class can hide implementation details from another class
B.
A mechanism by which a class can inherit properties and behaviors from another class
AnswerC.
A mechanism by which a class can create multiple instances of another class
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board