Possible Duplicate:
Try to describe polymorphism as easy as you can
How would you define polymorphism
to a CS 101 student? Be as concise as possible (maybe an answer of a couple of lines and not too technical). Thanks
Possible Duplicate:
Try to describe polymorphism as easy as you can
How would you define polymorphism
to a CS 101 student? Be as concise as possible (maybe an answer of a couple of lines and not too technical). Thanks
Something that has the ability to change itself much like actors in films they can be either the good guy or the bad guy or even both or none. As non technical as I could get.
To extend my first example: the movie company doesnt need an actor to do a specific role as long as its a role.
In A somewhat more technical manner you tell three people to do a job but don't leave any instructions. Those three people will solve the job three different ways(if the job is unique lol) basically you dont care how it gets done as long as it gets done thats what polymorphism is.
I will dump down some one-liners from the top of my head. I think that various answers are necessarily due since polymorphism serves different purposes, depending on the consumer of the service. From formal to informal: