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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.