Q. What does the `protected` keyword do in Ruby classes? (A) Makes methods accessible only within the class and its subclasses (B) Makes methods accessible only within the class (C) Makes methods accessible only from outside the class (D) Makes methods accessible from anywhere in the code ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Makes methods accessible only within the class and its subclasses