name the concept used in constructors whcih supports polymorphism
Answers
Answered by
2
Answer:
The word polymorphism is used in various contexts and describes situations in which something occurs in several different forms. In computer science, it describes the concept that objects of different types can be accessed through the same interface. ... It is one of the core concepts of object-oriented programming (OOP).
Similar questions