Computer Science, asked by yalghar4455, 1 day ago

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

Answers

Answered by veeraswamy708
0

Answer:

There are two ways to reuse existing classes, namely, composition and inheritance. With composition (aka aggregation), you define a new class, which is composed of existing classes. With inheritance, you derive a new class based on an existing class, with modifications or extensions.

I hope it May helpful to you

..

Similar questions