Q. What does the `protected` keyword do in Ruby classes?
β
Correct Answer: (A)
Makes methods accessible only within the class and its subclasses
You must be Logged in to update hint/solution