Vidyalelo
Ruby Programming · Q34

Inheritance and Polymorphism in Ruby

Programming · Ruby Programming · question 34

Q34

What does the term "abstraction" mean in Object-Oriented Programming?

A.
It defines class methods
B.
It restricts access to public methods
C.
It exposes all the implementation details
D.
It hides the complex implementation details and only shows the necessary features
Answer

Answer: Option D

Solution

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