what is polymorphism in java.

Answers were Sorted based on User's Feedback



what is polymorphism in java...

Answer / samar

polymorphism is the way to process any thing in own
specefic way but with using same method name .

eg: car, bike, generator are the various class.
and start is method name.


class car
{
start();
}

class Bike
{
start();
}
class Generator
{
start();
}

Is This Answer Correct ?    4 Yes 2 No

what is polymorphism in java...

Answer / addy

polymorphism means having more than one form.
for eg:-an automobile.in automobile we can have
car,bikes,bus etc.

Is This Answer Correct ?    1 Yes 0 No

what is polymorphism in java...

Answer / v.s.kaushik

The ability to take more than one form is known as
Polymorphism. By using the keyword interface Polymorphism
can be achieved.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

How can we develop a multi-tier application in Java?

0 Answers  


how can i apply validation without using errorprovider in C# windows application

1 Answers  


What is a PID? How is it useful when troubleshooting a system?

3 Answers  


sample code for data transfer between two r/2 systems and r/3 systems?

0 Answers  


what is the abap/4

1 Answers  






How many ways we can fill a dataset in .Net

1 Answers   iGate,


what is the work of 1tier,2tier,&ntier? Plz Explain it!

0 Answers  


What is the effect of the OPTIONS statement ERRORS=1?

3 Answers   QSG, Quintiles, SAS,


what is difference between restoring and non restoring division?

2 Answers   Texas,


How to find the aerry size

1 Answers   Cap Gemini,


What is the Difference between in memory database and physical database

0 Answers  


what is the extension of SPDS Dynamic cluster tables?

0 Answers   IBM,


Categories