What is polymorphism oop?


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

Post New Answer

More OOPS Interview Questions

Out of 4 concepts, which 3 C++ Follow?

1 Answers   TCS,


What is friend function?

12 Answers   Wipro,


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

0 Answers   SRA,


What is static modifier?

0 Answers  


Can you name some types of inheritance?

1 Answers   Motorola,






WAP to generate 2n+1 lines of the following pattern on the computer screen:

2 Answers  


why constructor cannt be declar virtually? why destructor cannt be overloaded?

2 Answers   Infosys,


what is ltti

1 Answers   Unisys,


In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}

1 Answers  


When will a constructor executed?

5 Answers   TCS,


what is main difference between object oriented object base

2 Answers   Wipro,


Write an operator overloading program to write S3+=S2.

2 Answers  


Categories