Ruby support single inheritance/multiple inheritance or both?
Answer Posted / Pushpendra Singh Thakur
Ruby supports Single Inheritance, meaning a class can inherit from only one superclass. It does not support Multiple Inheritance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers