Vidyalelo
Ruby Programming · Q7

Inheritance and Polymorphism in Ruby

Programming · Ruby Programming · question 7

Q7

What is the purpose of abstraction in OOP?

A.
To hide the complex implementation details and only show the necessary features
Answer
B.
To expose all the implementation details
C.
To restrict access to public methods
D.
To define class methods

Answer: Option A

Solution

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