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
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
A. A blueprint for objects
B. A variable holding multiple values
C. A single data structure
D. A method to define behavior
What does the initialize method do in a Ruby class?
A. Initializes class variables
B. Defines instance methods
C. Defines class methods
D. Initializes new objects
Join The Discussion