About 62,300 results
Open links in new tab
  1. Polymorphism (computer science) - Wikipedia

    A data type that can appear to be of a generalized type (e.g., a list with elements of arbitrary type) is designated polymorphic data type like the generalized type from which such specializations are made.

  2. POLYMORPHIC Definition & Meaning | Dictionary.com

    POLYMORPHIC definition: (of a species) having more than one form or type as a result of discontinuous variation. See examples of polymorphic used in a sentence.

  3. Polymorphism | Definition, Examples, & Facts | Britannica

    Dec 22, 2025 · If the frequency of two or more discontinuous forms within a species is too high to be explained by mutation, the variation—as well as the population displaying it—is said to be polymorphic.

  4. What is polymorphism, what is it for, and how is it used?

    Jun 23, 2009 · So, polymorphism is the ability (in programming) to present the same "interface" for differing underlying forms (data types). Note that the word "interface" here refers to the way in which …

  5. Polymorphism - Glossary | MDN

    Jul 11, 2025 · Polymorphism is the presentation of one interface for multiple data types. For example, integers, floats, and doubles are implicitly polymorphic: regardless of their different types, they can all …

  6. What is polymorphism? | Definition from TechTarget

    Jun 19, 2023 · Polymorphism is a popular concept in object-oriented programming (OOP), referring to the idea that an entity in code such as a variable, function or object can have more than one form. …

  7. What Is Polymorphism? - Computer Hope

    Sep 7, 2025 · Meaning of polymorphism in computer science, where programming languages interpret objects differently based on class or data type, enabling method application.

  8. POLYMORPHISM definition | Cambridge English Dictionary

    In the most literal sense, polymorphism means multiple forms. Some genetic mistakes, or variants, are known to be bad ("deleterious mutations"), and some are known to be harmless ("benign …

  9. Polymorphism - C# | Microsoft Learn

    Oct 13, 2025 · You can use polymorphism to solve this problem in two basic steps: Create a class hierarchy in which each specific shape class derives from a common base class. Use a virtual …

  10. OOP Concepts for Beginners: What Is Polymorphism - Stackify

    Feb 10, 2025 · In computer science, polymorphism describes the concept that you can access objects of different types through the same interface. Each type can provide its own independent …