OOPs Concepts Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 9458 Page Views: 

What is Polymorphism?



Posted By: Avi Date: 29 August 2009 07:03:57 PM
 Answer:

Polymorphism is an ability to appear in many forms. It refers to the ability of the system to call correct implementation of methods with the same name. For example, Engineer as well as Manager class might have a method called CalculateSalary(). However, at runtime depending on whether the underlying object is of type Engineer or Manager correct version of the method is called.


Posted By: eTechPlanet


Date: 29 August 2009 07:03:57 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image RKKEMv
Related Questions
OOPs Concepts : What is the Difference between Class and Object?

What is the Difference between Class and Object?

A Class is actually a blueprint or a template to create an Object. Whereas an Object is a an actual ....
Category: OOPs Concepts Date: 8/29/2009 8:41:21 PM
OOPs Concepts : What is Polymorphism?

What is Polymorphism?

Polymorphism is an ability to appear in many forms. It refers to the ability of the system to call c....
Category: OOPs Concepts Date: 8/29/2009 7:03:57 PM
OOPs Concepts : What is Inheritance?

What is Inheritance?

In OOPs terminology, inheritance is a way to form new classes using classes that have already been d....
Category: OOPs Concepts Date: 8/29/2009 6:52:23 PM
OOPs Concepts : What is Abstraction?

What is Abstraction?

Abstraction is the process of generalization by reducing the information content of an entity, typic....
Category: OOPs Concepts Date: 8/29/2009 6:45:58 PM
OOPs Concepts : What is Encapsulation?

What is Encapsulation?

In OOPs terminology, Encapsulation refers to encapsulating data with the methods that operates on th....
Category: OOPs Concepts Date: 8/29/2009 6:25:10 PM