What is polymorphism?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is polymorphism?
Rating:
Polymorphism is a technique of defining methods in which different objects respond appropriately to the same method name. Polymorphism provides a consistent interface throughout the application and within all objects. For example, many methods in PowerBuilder are polymorphic, such as SetFocus().
In this example, the action of the SetFocus() method is different for each control.
There are two categories of polymorphic behavior:
Rating:
Was this information helpful?