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

    Polymorphism (computer science) ... In programming language theory and type theory, polymorphism allows a value or variable to have more than one type and allows a given operation to be performed …

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

    Jun 23, 2009 · Polymorphism is the ability of the programmer to write methods of the same name that do different things for different types of objects, depending on the needs of those objects.

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

    Feb 10, 2025 · Polymorphism is one of the core concepts of object-oriented programming (OOP) that describes situations in which something occurs in several different forms. In computer science, …

  4. What Is Polymorphism? - Computer Hope

    Sep 7, 2025 · In computer science, polymorphism refers to the ability of a programming language to interpret objects in different ways based on their class or data type. In essence, it is the ability of a …

  5. Polymorphism in Java - GeeksforGeeks

    Dec 27, 2025 · Polymorphism in Java is one of the core concepts in object-oriented programming (OOP) that allows objects to behave differently based on their specific class type.

  6. What is polymorphism? | Definition from TechTarget

    Jun 19, 2023 · What is polymorphism? 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 …

  7. Polymorphism — Ada Computer Science

    Polymorphism is a fundamental concept in object-oriented programming (OOP) where different objects can respond to the same method call in different ways, based on their type. This flexibility promotes …