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

What is the Difference between in memory database and physical database

0 Answers  


what is the filters in biztakk server? where it can use?

0 Answers   Wipro,


How to update a data for the views in the relational data base schema

1 Answers   TCS,


In java without use of main() how to execute the program

0 Answers  


Write a program to find whether a given number is prime or not.

0 Answers   Syntel, Visa,


how to swap all the values without using temporary variable. tha values r a = 20, x=60 and p=2.

5 Answers   DST Global Solutions, iGate,


Which language they use during interview?

0 Answers   State Bank Of India SBI,


what is best way to create a Thread class & why?

0 Answers  


why we use new keyword for object

4 Answers   TCS,


Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.

0 Answers   Philips,


what are stubs related to foxpro?

0 Answers  


1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?

0 Answers   Accenture,


Categories