PDA

View Full Version : What is Polymorphism?



hitsandy
18 Sep 2012, 12:49 PM
Hello Folks,

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

Thanks.

Arconita11
19 Sep 2012, 08:14 AM
polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interface.
pinterest invites (http://pinteresthere.com)

siljajoseph
21 Sep 2012, 01:56 AM
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.

che09
21 Sep 2012, 04:47 PM
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.

arunt
28 Sep 2012, 03:42 AM
polymorphism means (muliple forms) able to assign a different meaning.

mcmahon12
03 Oct 2012, 11:59 AM
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/wordpress-customisation.php

micheal53
05 Oct 2012, 04:41 AM
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 (http://viagra118.com)

keirawatson
08 Oct 2012, 05:39 AM
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 (http://latest-technology-updates.blogspot.com/)

mariajames
17 Oct 2012, 10:39 AM
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.

arah9227
17 Oct 2012, 11:52 AM
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 (http://levitra1fr.fr/)

aman1
18 Oct 2012, 01:26 AM
Polymorphism is often referred to as the third pillar of object-oriented programming, after encapsulation and inheritance.

Dhanishta
19 Oct 2012, 12:20 AM
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.

jacksamwhite
17 Dec 2012, 06:15 AM
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.