What is the real life example of polymorphism?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What do you mean by stack program? Get me an example stack program?

4 Answers  


Can enum be null?

0 Answers  


What is the purpose of polymorphism?

0 Answers  


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

0 Answers   CAT,


//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }

1 Answers  






How to overload postfix operator in c++

1 Answers   Mphasis,


Polymorphism with an example?

8 Answers   Accenture, emc2,


the difference between new and malloc

5 Answers   Siemens,


OOP'S advantages of inheritance include:

1 Answers   Infosys,


What is abstraction with example?

0 Answers  


Is enum a class?

0 Answers  


Can we create object of class with private constructor?

5 Answers  


Categories