Q8
What is the purpose of inheritance in Ruby classes?
A.
To allow a class to inherit properties and behaviors from another class
AnswerB.
To allow multiple classes to inherit from each other
C.
To restrict access to certain methods
D.
To define private methods
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board