d) How Polymorphism is useful for any class?
Answers
Answered by
2
Answer:
Polymorphism is one of the core concepts in OOP languages. It describes the concept that different classes can be used with the same interface. Each of these classes can provide its own implementation of the interface
Similar questions