Vidyalelo
Ruby Programming · Q24

Modules and Mixins in Ruby

Programming · Ruby Programming · question 24

Q24

What is the main advantage of using encapsulation in Ruby?

A.
It exposes the internal state of an object and allows unrestricted access
B.
It allows for multiple classes to inherit from each other
C.
It hides the internal state of an object and restricts access to it
Answer
D.
It allows for objects of different classes to be treated as objects of a common superclass

Answer: Option C

Solution

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