GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Concepts  >  OOPS

 Print  |  
Question:  Explain the Polymorphism principle.

Answer: The meaning of Polymorphism is something like one name many forms. Polymorphism enables one entity to be used as as general category for different types of actions. The specific action is determined by the exact nature of the situation. The concept of polymorphism can be explained as "one interface, multiple methods". 


November 11, 2005 00:31:32 #7
 Ashish   Member Since: Visitor    Total Comments: N/A 

RE: Explain the Polymorphism principle.
 
The polymorphism is a "Single interface and multiple method". for example : x is a person and he works different so x is a single interface and its works multiple interface
     

 

Back To Question