Vidyalelo
Ruby Programming · Q8

Object Oriented Programming (OOP) Concepts in Ruby

Programming · Ruby Programming · question 8

Q8

What is the purpose of inheritance in Ruby classes?

A.
To allow a class to inherit properties and behaviors from another class
Answer
B.
To allow multiple classes to inherit from each other
C.
To restrict access to certain methods
D.
To define private methods

Answer: Option A

Solution

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