true or false
Inheritance is a feature using which an object in one class acquires the properties of another class.
Answers
Answered by
10
Answer:
False
Explanation:
Inheritance is a mechanism in which one class acquires the property of another class. For example, a child inherits the traits of his/her parents. With inheritance, we can reuse the fields and methods of the existing class. Hence, inheritance facilitates Reusability and is an important concept of OOPs.
Answered by
2
Answer:
True,the above sentence clearly mentions it
Similar questions