Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is polymorphism? Explain with an example.

Answers were Sorted based on User's Feedback



What is polymorphism? Explain with an example...

Answer / charitha

polymorphism means the ability to take more than one form.
an operation may exhibit different behaviors in different
instances. The behavior depends on the data types used in
the operation.

Is This Answer Correct ?    1 Yes 0 No

What is polymorphism? Explain with an example...

Answer / srinath varma

The concept of assigning a single name have to more than one function which performs closely related jobs is said to be polymorphism.

Here poly means "many" and morphism means "forms".

The concept of polymorphism consists of two categories
1.Function over loading
2.Operator over loading.

Is This Answer Correct ?    1 Yes 0 No

What is polymorphism? Explain with an example...

Answer / mr.a

Polymorphism means one object in many forms.
Means a single object work as different-different ways.
we have 2 types of polymorphism.
1. RuntimePolymorphism
2.compiletimePolymorphism.

Is This Answer Correct ?    1 Yes 0 No

What is polymorphism? Explain with an example...

Answer / m sajjad

Polymorphism means the same function but have different
tasks Basically polymorphism have combination of two words
"poly" and "morphism" poly means many and morphism means forms
i.e
many things or functions are to be done by only one
int is polymorphism

Is This Answer Correct ?    1 Yes 0 No

What is polymorphism? Explain with an example...

Answer / vineet

Polymorphism is one of the important feature of OOP's. It
consist of 2 words i.e., 'Poly' which stands for many
and 'Morphism' stands for forms.

polymorphism has concept like function overloading...

Is This Answer Correct ?    1 Yes 0 No

What is polymorphism? Explain with an example...

Answer / gelani rahul b

polymorphism means ceate multiple forms. it means single
interface and multiple function are called in polymorphism.

Is This Answer Correct ?    1 Yes 0 No

What is polymorphism? Explain with an example...

Answer / sumiya yeasmin shorna

ploymorphism is a form of simple name multiple
implementation or method and also polymorphism is a function
overloading.
example:
void myclass();
void ~myclass();

Is This Answer Correct ?    1 Yes 0 No

What is polymorphism? Explain with an example...

Answer / farhan asad

polymorphion:
The ability of objects of one type to have one and the same interface, but different implementation of this interface.

Is This Answer Correct ?    1 Yes 0 No

What is polymorphism? Explain with an example...

Answer / adnan zaman

polymorphism means
one interface to many implementations
overloading & overriding examples of polymorphism

Is This Answer Correct ?    1 Yes 1 No

What is polymorphism? Explain with an example...

Answer / radha

olymorphism basicilly provides multiple forms to a single
function or functionality to occure.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More OOPS Interview Questions

Why static functions always uses static variables?

3 Answers  


How oops is better than procedural?

0 Answers  


When is it necessary to use member-wise initialization list in C++?

2 Answers   Adobe,


When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??

13 Answers   HCL, Honeywell,


What is multidimensional array?

1 Answers  


why to use template classes in c++?

1 Answers  


How Do you Code Composition and Aggregation in C++ ?

3 Answers   IBM, NET,


What is multiple inheritance? Give Example

6 Answers   Mind Tree,


sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....

2 Answers  


diff between Virtual mathod and abstract method?

1 Answers  


what is graphics

0 Answers  


What is a friend function & its advantage?

1 Answers   MIT,


Categories