Results 1 to 13 of 13

Thread: What is Polymorphism?

  1. #1
    Join Date
    Sep 2012
    Posts
    165

    What is Polymorphism?

    Hello Folks,

    Could you explain me about the Polymorphism in Web designing please.

    Thanks.

  2. #2
    Join Date
    Sep 2012
    Posts
    2
    polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interface.
    pinterest invites

  3. #3
    Join Date
    Aug 2012
    Posts
    12
    Polymorphism describes a pattern in object oriented programming in which classes have different functionality while sharing a common interface.
    A real world analogy for polymorphism is a button. Everyone knows how to use a button: you simply apply pressure to it. What a button “does,” however, depends on what it is connected to and the context in which it is used — but the result does not affect how it is used. If your boss tells you to press a button, you already have all the information needed to perform the task.

  4. #4
    Join Date
    Nov 2010
    Posts
    247
    Polymorphism (from the Greek meaning "having multiple forms") is the characteristic of being able to assign a different meaning or usage to something in different contexts - specifically, to allow an entity such as a variable, a function, or an object to have more than one form.

  5. #5
    Join Date
    Sep 2012
    Location
    Chennai
    Posts
    17
    polymorphism means (muliple forms) able to assign a different meaning.

  6. #6
    mcmahon12 is offline New Member: Posts Will Be Moderated
    Join Date
    Oct 2012
    Posts
    1
    It is a programming language feature that allows values of different data types to be handled using a uniform interface.


    Wordpress Customisation

    http://www.thewebartists.com/wordpre...tomisation.php

  7. #7
    Join Date
    Oct 2012
    Posts
    4
    What is the difference between polymorphism and overloading?
    What is the difference between polymorphism and function overloading in C++ or any oop language?





    ________________
    http://viagra118.com
    Last edited by micheal53; 09 Oct 2012 at 09:07 AM.

  8. #8
    Join Date
    Oct 2012
    Posts
    6
    In computer science, polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interface.Polymorphism in biology occurs when two or more clearly different phenotypes exist in the same population of a species in other words, the occurrence of more than one form or morph. In order to be classified as such, morphs must occupy the same habitat at the same time and belong to a panmictic population one with random mating.

    Latest Technology Updates
    Last edited by keirawatson; 23 Oct 2012 at 12:10 AM.

  9. #9
    Join Date
    Jul 2012
    Location
    London UK
    Posts
    54
    you artlessly administer burden to it. What a button “does,” however, depends on what it is affiliated to and the ambience in which it is acclimated — but the aftereffect does not affect how it is used.

  10. #10
    Join Date
    Oct 2012
    Posts
    7
    What is the difference between heterozygosity and polymorphism?
    Hey, I just wanted to know how to distinguish these two. Heterozygosity occurs through sexual reproduction and so does polymorphism but it takes longer for it to occur? Not sure if I'm right.

    ______________
    Levitra generique

  11. #11
    Join Date
    Oct 2011
    Posts
    116
    Polymorphism is often referred to as the third pillar of object-oriented programming, after encapsulation and inheritance.

  12. #12
    Join Date
    Sep 2012
    Location
    India
    Posts
    50
    In programming world,The concept Polymorphism is used to make applications more modular and extensible.Here,instead of messy conditional statements describing different courses of action, you can create interchangeable objects that you select based on your requirements. That is the basic goal of polymorphism.

  13. #13
    Join Date
    Mar 2011
    Location
    Bangalore
    Posts
    127
    Polymorphism describes a pattern in object oriented programming in which classes have different functionality while sharing a common interface. The beauty of polymorphism is that the code working with the different classes does not need to know which class it is using since they’re all used the same way.

    But I never heard this term in designing.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •