Polymorphism


Generally, the ability to appear in many forms. In object-oriented programming, polymorphism refers to a programming language’s ability to process objects differently depending on their data type or class. More specifically, it is the ability to redefine methods for derived classes. For example, given a base class shape, polymorphism enables the programmer to define different area methods for any number of derived classes, such as circles, rectangles and triangles. No matter what shape an object is, applying the area method to it will return the correct results. Polymorphism is considered to be a requirement of any true object-oriented programming language (OOPL).

Read Also:

  • polyphonic ringtone

    In mobile phone technology, a polyphonic ringtone is a type of ringtone that is more advanced and offers better quality than standard monophonic ringtones. Polyphonic ringtones can consist of several notes at one time, compared to a monophonic ringtone that consists of a series of notes, one musical note at a time.

  • Pop-Up Blocker

    A pop-up blocker refers to any software or application that disables any pop-up, pop-over or pop-under advertisement window that you would see while using a Web browser. Some pop-up blockers may try to close all pop-up windows, some may remove all advertising from a publisher’s Web site, and still others may help you choose which […]

  • pop-up utility

    A program installed to be memory resident so that you can always execute it by pressing a special key, called a hot key. When you press the hot key, the pop-up utility appears, regardless of which application you are currently running. When you exit the pop-up utility, the system returns you to your previous program. […]

  • Pop-Up Window

    A window that suddenly appears (pops up) when you select an option with a mouse or press a special function key. Usually, the pop-up window contains a menu of commands and stays on the screen only until you select one of the commands. It then disappears. A special kind of pop-up window is a pull-down […]

  • pop-under

    A type of window that appears behind the browser window of a Web site that a user has visited. In contrast to a pop-up ad, which appears over (on top of) the browser window, a pop-under is less obtrusive as it hides behind other windows. Pop-unders are used extensively in advertising on the Web, though […]


Disclaimer: Polymorphism definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.