Q. 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 (C) A mechanism by which a class can create multiple instances of another class (D) A mechanism by which a class can hide implementation details from another class ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) A mechanism by which a class can inherit properties and behaviors from another class