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


can you give real time example for polymarphism

Answers were Sorted based on User's Feedback



can you give real time example for polymarphism..

Answer / shwetha

we act differently in different situations

Is This Answer Correct ?    26 Yes 2 No

can you give real time example for polymarphism..

Answer / lavanya

I am daughter for my parents,sister for my sibling, and also
a employee for my employer...am one but acting different in
different scenario....

Is This Answer Correct ?    15 Yes 0 No

can you give real time example for polymarphism..

Answer / ayesha

carbon have different forms
Diamond
graphite

Is This Answer Correct ?    5 Yes 1 No

can you give real time example for polymarphism..

Answer / venki

Appearing different forms of water
once it acts as ice
and other vapour

Is This Answer Correct ?    4 Yes 0 No

can you give real time example for polymarphism..

Answer / rama

Shape
draw()

it may consists of:

1.Circle object
Draw(circle)

2.Box object
Draw(box)

3.Triangle object
Draw(triangle)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

Write a program to get the binary tree.

3 Answers   ABC,


what is oppes

2 Answers  


What is polymorphism give a real life example?

0 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }

1 Answers  


what do you mean by static member variable?

2 Answers  


What is the difference between a constructor and a destructor?

0 Answers  


What is encapsulation in simple terms?

0 Answers  


Question In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Question Submitted By :: Sunil Kumar I also faced this Question!! Rank Answer Posted By Re: In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Answer # 1 use copy constructors 0 Shanthila There is something to be taken care in destructor, in copy constructor, suppose the memory is assigned to the embedded member object pointer with the parameter passed value, but if some other objects of different class also are pointing to this memory, then if some one deletes the object then this class member pointer object will become dangling, or if the object is not deleted properly then there will be memory leak. Please suggest the design change required to handle or avoid this situation

0 Answers   TCS,


What is polymorphism? Explain with an example.

48 Answers  


What is interface? When and where is it used?

0 Answers  


why to use operator overloading

3 Answers  


DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.

5 Answers  


Categories