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 in C++ ?

Answers were Sorted based on User's Feedback



What Is Polymorphism in C++ ?..

Answer / hrpynux@gmail.com

Polymorphism in C++ means, the same entity (function or object) behaves differently in different scenarios. Consider this example: The “ +” operator in c++ can perform two specific functions at two different scenarios i.e when the “+” operator is used in numbers, it performs addition.

Is This Answer Correct ?    0 Yes 0 No

What Is Polymorphism in C++ ?..

Answer / nashiinformaticssolutions

An object-oriented programming concept called polymorphism enables a function or object to act differently depending on the situation. Polymorphism in C++ can be called at compile time or at runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

What is the difference between malloc, calloc and realloc?

0 Answers   Alter,


It is possible to build a C++ compiler on top of a C compiler. How would you do this?

0 Answers   Amazon,


Write a C++ Program to Find whether given Number is Odd or Even.

1 Answers  


Explain the importance of method overloading in C++?

0 Answers   Akamai Technologies, Infogain,


C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.

0 Answers  


Write a syntax and purpose of switch statement.

0 Answers   Agilent,


What is the difference between Stack and Queue in C++?

0 Answers   Global Logic, iNautix,


What is a constructor initializer list?

0 Answers   Amazon,


Tell How To Check Whether A Linked List Is Circular ?

1 Answers   IBS, Infosys,


Discuss about iteration statements in C++ .

0 Answers   Agilent,


How to stop class inheritance in C++ with condition that object creation should be allowed

0 Answers  


What is Coupling?

0 Answers   Cap Gemini,


Categories