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...


polymorphism means?

Answers were Sorted based on User's Feedback



polymorphism means?..

Answer / swetcha

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 ?    15 Yes 1 No

polymorphism means?..

Answer / poorna

polymorphisum means many forms

one object acting on differnt type actions for the our
requiremts

Is This Answer Correct ?    3 Yes 1 No

polymorphism means?..

Answer / sachin

runtime type identification within a class hierarchy

Is This Answer Correct ?    2 Yes 0 No

polymorphism means?..

Answer / venkatesh

oneinterface,muliplemethods is nothing but polymorphism

Is This Answer Correct ?    0 Yes 0 No

polymorphism means?..

Answer / parul kataria

Polymorphism is the ability for a message or data to be proceeded in more than one form. ennie

Is This Answer Correct ?    0 Yes 0 No

polymorphism means?..

Answer / sujith

The above answer is well explained. In technical terms it
can be explained as same function name with different
signature. Signature means only interms of arguments, and
not for return types. The idea is very simple and is a
feature which make the end user comfortable, and as Swetcha
said, it is finally the compiler will decide, which function
to call when, according to the type of data passed to the
function.
eg. int add(int, int)
double add(double, double)
char add(char, char)

but the following is not possible
int add(int, int)
char add(int, int)

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More OOPS Interview Questions

explain sub-type and sub class? atleast u have differ it into 4 points?

0 Answers   Infosys,


Polymorphism with an example?

8 Answers   Accenture, emc2,


How many human genes are polymorphic?

0 Answers  


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

0 Answers  


Why is oop better than procedural?

0 Answers  


What is polymorphism ? Explain with examples

8 Answers   Ness Technologies,


i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.

1 Answers   Syntel,


What is encapsulation?

17 Answers   TCS,


Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?

4 Answers   EA Electronic Arts,


what type of questions

0 Answers   IBM,


What is the difference between C++ and java?

6 Answers   Atos Origin,


What is conditional Compilation?

3 Answers   emc2, HCL,


Categories