ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following is a mechanism by which object acquires the properties of another object?
Correct Answer: C — Inheritance
'Inheritance' is the mechanism provided by Object Oriented Language, which helps an object to acquire the properties of another object usually child object from parent object.