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

V2 SOLUTIONS APTI paper is very easy there are 3 sections 1'st is quant problem on age train traveling speed is given length of train is given we have to find out length of bridge then prob on calender one date is given on Friday hv to find out day of othe date ans is Friday then there was 1 prob on percentage which was very easy ans was 21340 then 2’nd section was english grammer had has been being like that hv to fill in the blanks was very wasy then last section was find relative words there was five Q 1 pant ANS:-breath 2inquire ans :- ask And 3 more out of that 1 ‘s ans was:- body 4 And others ans was :-through THEN THEY HAVE GD There was three topics 1 should we allow india’s talent to go to abrod 2 protest against seperate state is justify 3 inturuption of politics in cricket Thats all guys i cleared both the rounds now preparing 4 interview best of luck

0 Answers   V2 Solutions,


what is different betweet class and interface in java?

2 Answers   Microsoft, Sun Microsystems,


what do you man by firmware

4 Answers  


what is the similarity between networking devices?

0 Answers   Cygnus, Infosys,


Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.

0 Answers   Goldman Sachs,






Is strus threadsafe or not?

1 Answers  


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

0 Answers  


How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net

0 Answers   Tesco, Wipro,


3. What is the difference between testing and Quality Assurance?

0 Answers  


what is technical system, business system, logical system in sap pi7.0

0 Answers   IBM,


what is the system development cycle

0 Answers  


I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution

0 Answers  


Categories