Computer Science, asked by yalghar4455, 1 month ago

A program with the use of inheritance and polymorphism on College Management System .​

Answers

Answered by rudranshthegreat2008
1

Answer:

sorry I don't know this ans

Answered by s1731karishma20211
5

Answer:

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.

Similar questions