What is polymorphism programming?


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

Post New Answer

More OOPS Interview Questions

How do you achieve runtime polymorphism?

0 Answers  


Whats is abstraction in oops?

0 Answers  


Why is destructor used?

0 Answers  


design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }

1 Answers   HSBC,


What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile

4 Answers  


Can you explain polymorphism?

0 Answers  


what are the disadvantages of C++?

25 Answers   ATS, Infosys, UNI, Wipro,


what is Class in oops with example?

4 Answers   HCL,


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

1 Answers  


what is virtual function?

3 Answers  


Difference between new operator and operator new

2 Answers  


Can you inherit a private class?

0 Answers  


Categories