Q. What is the purpose of method overriding in Ruby? (A) To provide a new implementation for a method in the superclass (B) To hide a method from the superclass (C) To create a new method in the subclass (D) To provide access to private methods ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) To provide a new implementation for a method in the superclass