What is polymorphism explain?


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

Post New Answer

More OOPS Interview Questions

What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass

6 Answers   Wipro,


What is the point of polymorphism?

0 Answers  


what is mean by design pattern

4 Answers  


What is the difference between a constructor and a destructor?

0 Answers  


What is abstract class in oops?

0 Answers  






#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


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

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


Can we call a base class method without creating instance?

6 Answers  


what is the use of classes in c++;

2 Answers   HCL,


what is new modifier in C#

8 Answers   HCL,


what is abstract class ? when is used in real time ? give a exp

5 Answers  


What do you mean by overloading?

0 Answers  


Categories