Saved Bookmarks
| 1. |
Briefly explain about polymorphism. |
|
Answer» Polymorphism is the ability of an object to take more than one form in different instances. For example, one function name can be used for different purposes. Similarly, the same operator can be used for different operations. There are two types of polymorphism namely “compile-time polymorphism” and “run-time polymorphism”. |
|