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