Is ruby supports single inheritance/ multiple inheritance or both?
Answer Posted / Hina Jain
"Ruby supports single inheritance but not multiple inheritance. Single Inheritance allows a class to inherit properties from one superclass. However, Ruby provides a workaround for multiple inheritance using modules."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers