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.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2226


What does enum stand for?

1063


What is the real time example of inheritance?

1082


What is the difference between a mixin and inheritance?

936


c++ program to swap the objects of two different classes

2360


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2552


What is destructor give example?

1015


What is a superclass in oop?

1112


What is super in oop?

1090


hi all..i want to know oops concepts clearly can any1 explain??

2083


What is object and class in oops?

1009


What is oops concept with example?

971


What is encapsulation and abstraction? How are they implemented in C++?

1073


How do you achieve polymorphism?

1039


what is graphics

2405