InterviewSolution
Saved Bookmarks
| 1. |
Explain About Parametric Polymorphism? |
|
Answer» PARAMETRIC polymorphism is supported by many object oriented languages and they are very important for object oriented techniques. In parametric polymorphism CODE is WRITTEN without any specification for the type of data present. HENCE it can be used any NUMBER of times. Parametric polymorphism is supported by many object oriented languages and they are very important for object oriented techniques. In parametric polymorphism code is written without any specification for the type of data present. Hence it can be used any number of times. |
|