Q. What is the purpose of inheritance in Ruby classes?
- A. To allow a class to inherit properties and behaviors from another class
- B. To allow multiple classes to inherit from each other
- C. To restrict access to certain methods
- D. To define private methods
Correct Answer: A