 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is polymorphism | 
| Answer» Polymorphism is the ABILITY of a PROGRAMMING language to present the same interface for several different underlying DATA types. Polymorphism is the ability of different objects to respond in a UNIQUE way to the same MESSAGE. | |