Vidyalelo
Ruby Programming · Q27

Object Oriented Programming (OOP) Concepts in Ruby

Programming · Ruby Programming · question 27

Q27

What is the purpose of the private keyword in Ruby classes?

A.
Restricts access to methods below it
Answer
B.
Allows access to methods from outside the class
C.
Allows access to methods within the class and its subclasses
D.
None of the above

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board