How do you answer polymorphism?


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

Post New Answer

More OOPS Interview Questions

What are the three main types of variables?

0 Answers  


Can we override main method?

0 Answers  


Write a program to find out the number of palindromes in a sentence.

1 Answers   TCS,


what is the application of oops?

8 Answers   IBM,


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  






What is function overloading and operator overloading?

4 Answers  


What is sub classing in c++?

1 Answers  


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output

0 Answers  


How do you explain polymorphism?

0 Answers  


Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)

4 Answers  


Write a program to get the binary tree.

3 Answers   ABC,


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

8 Answers  


Categories