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

How many types of access specifier in c# and vb.net?

1 Answers   Infosys,


What is the concept of object oriented program?

6 Answers  


What is a mixin class?

4 Answers  


i hav very low percentage in 12th n BSCwhich is around 50.......coz it was just imposed on me 2 b a science graduate,nw m doin MCA n hav aggregate 74% ....what shud i answer if company's HR ask me about dis much low previous percentage??????

3 Answers   Infosys,


can you explain how to use JavaBean in Project

3 Answers   Infosys, Satyam,






what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.

2 Answers   Excel,


Have you ever interfaced with a database?

2 Answers   IBM,


#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 is byval and byref? What are differences between them?

0 Answers   HCL, Wipro,


why constructor cannt be declar virtually? why destructor cannt be overloaded?

2 Answers   Infosys,


What is oops?what is its use in software engineering?

0 Answers  


Which is the only operator in C++ which can be overloaded but NOT inherited?

8 Answers  


Categories