Saved Bookmarks
| 1. |
Write a note on polymorphism and dynamic binding. |
|
Answer» Polymorphism: In object-oriented programming, polymorphism is a generic term that means ‘many shapes’, (from the Greek meaning “having multiple forms”). Polymorphism is briefly described as “one interface, many implementations.” There are two types of polymorphism one is compile-time polymorphism and the other is run time polymorphism.
|
|