What are the advantages of polymorphism?


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

Post New Answer

More OOPS Interview Questions

Who invented oop?

0 Answers  


what is use to destroy an object? illustrate.

5 Answers   TCS,


Which is the parameter that is added to every non-static member function when it is called?

3 Answers   Accenture,


is java purely oop Language?

49 Answers   HCL, Infosys, TCS,


what is overloading and overriding?

7 Answers  






What is abstraction and encapsulation?

0 Answers  


What are constructors in oop?

0 Answers  


What is the difference between the C & C++?

9 Answers   HCL,


What is overriding in oop?

0 Answers  


what is opps?why it is use in programming language?

2 Answers   Wipro,


#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }

1 Answers  


Difference between realloc() and free?

9 Answers   HP,


Categories