What is polymorphism and its types?


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

Post New Answer

More OOPS Interview Questions

What is the difference between the c++ & java?

2 Answers  


You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.

10 Answers   Zycus Infotech,


Describe what an Interface is and how it?s different from a Class.

7 Answers   Spinsys,


What are the advantages of polymorphism?

0 Answers  


what is the difference between javap and jad utility

1 Answers   Wipro,






difference between structure and union.

2 Answers   ADP, Convergys,


diff between Virtual mathod and abstract method?

1 Answers  


what is use to destroy an object? illustrate.

5 Answers   TCS,


• What are the desirable attributes for memory managment?

0 Answers  


function overridind means and simple program

2 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  


Advantage and disadvantage of routing in telecom sector

0 Answers  


Categories