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 / nitish

Polymorphism stand of the simple combination of 2words, i.e
Poly+morphism i.e many+form of. these belongs to various
formats. But their basic reason remains the same in the
functioning.

Is This Answer Correct ?    12 Yes 3 No

What is polymorphism? Explain with an example...

Answer / bapi

polymorphism: It simply define as, ability to take more
than one form.

Is This Answer Correct ?    9 Yes 0 No

What is polymorphism? Explain with an example...

Answer / prabhati

polymorphism allows the usage of same operators or functions
in different ways. eg: 7+3 is used for addition
"poly"+"morphism" is used for
concatenating these two words

types of polymorphism:
virtual functions
operator overloading
function overloading

Is This Answer Correct ?    10 Yes 3 No

What is polymorphism? Explain with an example...

Answer / shilpa

It is a inportant cocept of oops and using these concept we
can work with different function of same name. That is we
can create a single fonction which can perform many task.

Is This Answer Correct ?    11 Yes 4 No

What is polymorphism? Explain with an example...

Answer / swathi

It is a feature that allows one interface to be used for
general class of actions. The specific action is determined
by the exact nature of the situation. In general
polymorphism means "one interface, multiple methods", This
means that it is possible to design a generic interface to
a group of related activities. This helps reduce complexity
by allowing the same interface to be used to specify a
general class of action. It is the compiler's job to select
the specific action (that is, method) as it applies to each
situation

Is This Answer Correct ?    10 Yes 3 No

What is polymorphism? Explain with an example...

Answer / ujjawal ranjan

Polymorphism is a characteristics of OOPS(Object Oriented Programming Language) through which method/function for any class of objects can be called by the same name and each responses according to their type-specific behavior .
The main benefit of polymorphism is that it simplifies the programming interface. It permits conventions to be established that can be reused in class after class.
Instead of inventing a new name for each new function you add to a program the same names can be reused.
It helps in understanding an interface.

Is This Answer Correct ?    7 Yes 0 No

What is polymorphism? Explain with an example...

Answer / santosh mohapatra

Polymorphism is a Greeck word which can be divided into 2
sub word i.e., poly stands for many and morphism stands for
forms. It is one of the essential feature of OOP's. This
feature is mainly used for the member functions of a class.
THe polymorphism is used to overload a function in a same
memory location i.e. the reusability of a function with
different parameters.

Is This Answer Correct ?    7 Yes 3 No

What is polymorphism? Explain with an example...

Answer / lakshmi tulasi

poly means many and morph means faces. means shoeing many faces.

same function or same operator will show/give perform different tasks by passing different arguments.

examples: function overloading
function overriding

Is This Answer Correct ?    6 Yes 2 No

What is polymorphism? Explain with an example...

Answer / naren

Polymorphism means ability to take more than one form.
There are two types of polymorphism
1.Method Overloading(compile time polymorphism)
2.Method Overriding(run-time polymorphism)

Is This Answer Correct ?    4 Yes 0 No

What is polymorphism? Explain with an example...

Answer / jasbir kaur

polymorphism is the ability to take more than one form

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More OOPS Interview Questions

how does a main() in C++ is different from main() in C?

7 Answers  


who is the founder of c++?

15 Answers   Hexaware, ONGC,


Iam doing my project on instant messaging , if you any new ideas regarding this project ,please suggest it?

2 Answers  


What is differance between Abstract and Interface

3 Answers  


What is multilevel inheritance explain with example?

0 Answers  


What is virtual function?where and when is it used?

2 Answers   Sitel,


explain defference between structure and class with example

2 Answers  


what is a class

6 Answers  


how to swap to variables without using thrid variable in java?

5 Answers  


Is enum a class?

0 Answers  


How to overload new operator in c++

2 Answers  


IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?

2 Answers  


Categories