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?

Answers were Sorted based on User's Feedback



what is polymorphism?..

Answer / kokila

One name with many forms. Single name used for many purpose.
Ex. single function name with multiple arguments
operator for dual purpose

Is This Answer Correct ?    0 Yes 0 No

what is polymorphism?..

Answer / cathie

mechanism through which a function behaves in many forms in
different invocations

Is This Answer Correct ?    0 Yes 0 No

what is polymorphism?..

Answer / krishnakala

polymorphism means exhibiting many forms with same name.it is possible by using interface

Is This Answer Correct ?    0 Yes 0 No

what is polymorphism?..

Answer / divyaja

Polymorphism is a greek word.'Poly' means many.'Morphism'
means programs.'Polymorphism' many programs.That means by
calling many forms or many programs using one interface.By
using polymorphism we can achieve overloading and overriding.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are Binay tress and B trees? Diff between them?

8 Answers   CTS, GATE, Wipro,


How would you represent an error detected during constructor of an object?

1 Answers  


Why should you learn c++?

0 Answers  


What is c++ 11 and c++ 14?

0 Answers  


What is constructor and destructor in c++?

0 Answers  


What are punctuators in c++?

0 Answers  


Explain shallow copy?

0 Answers  


Can a new be used in place of old mallocq? If yes, why?

0 Answers  


class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


Explain what is class definition in c++ ?

0 Answers  


difference between the c++ and c languages

4 Answers   Wipro,


Is c++ a float?

0 Answers  


Categories