Examveda

What does the protected keyword do in Ruby classes?

A. Allows access to methods within the class and its subclasses

B. Restricts access to methods below it

C. Allows access to methods from outside the class

D. None of the above

Answer: Option A


Join The Discussion

Related Questions on Object Oriented Programming (OOP) Concepts in Ruby