What polymorphism means?


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

Post New Answer

More OOPS Interview Questions

What is the oops and benefits of oops programming?

0 Answers  


What is coupling in oop?

0 Answers  


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

0 Answers   HCL,


Is react oop?

0 Answers  


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 a class

6 Answers  


How does polymorphism work?

0 Answers  


What is the point of polymorphism?

0 Answers  


What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


Does c++ support multilevel and multiple inheritance?

9 Answers   IBS, Wipro,


What is abstraction and encapsulation?

0 Answers  


What is constructor overloading in oop?

0 Answers  


Categories