Can you explain polymorphism?


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

Post New Answer

More OOPS Interview Questions

Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.

13 Answers   Wipro,


What is polymorphism in oops?

1 Answers  


What is basic concept of oop?

0 Answers  


What is methods in oop?

0 Answers  


create a c++ program that will accepts 9 inputs using 3 by 3 array.

1 Answers  


#include <iostream> using namespace std; int main() { int a = 2; 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][c[1][4]]; }

2 Answers   TCS, Wipro,


WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

1 Answers  


what is difference between objects and function

3 Answers  


what is object slicing?

9 Answers   L&T, Wipro,


tel me oops defination in single line

2 Answers  


What is use of overloading?

0 Answers  


what is difference b/w object based and object oriented programming language?

18 Answers   Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,


Categories