InterviewSolution
Saved Bookmarks
| 1. |
Explain About Overriding Polymorphism? |
|
Answer» Overriding polymorphism is known to OCCUR when a data type can perform different FUNCTIONS. For example an addition operator can perform different functions such as addition, float addition etc. Overriding polymorphism is generally used in COMPLEX projects where the use of a parameter is more. Overriding polymorphism is known to occur when a data type can perform different functions. For example an addition operator can perform different functions such as addition, float addition etc. Overriding polymorphism is generally used in complex projects where the use of a parameter is more. |
|