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

which book we learned this mantis? how many version are realsed this mantis upto now?

0 Answers  


how to data grid use in data bind?

0 Answers   HCL,


write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?

0 Answers  


hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.

0 Answers  


Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage

0 Answers   TCS,






. With the help of above table EMP, perform the following operation is sql. a) Add the new column “DEPTNO” b) Rename the table c) Update table d) Modify the table if column ‘SAL’ whose data type is number (10) and you want to enter varchar2 (15) . For example $USD 20 etc.

2 Answers  


what is the difference between set and append?

3 Answers   ICICI,


How can successful and thorough systems planning, analysis, and design be ruined by poor systems construction and implementation? How can poor systems analysis or design ruin a smooth construction and implementation? For both questions, list some consequences

1 Answers  


explain how to make a control visible and invisible during runtime

3 Answers  


If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this

0 Answers   SGT,


CPU - abbrevation

2 Answers   Mascot,


why Java is not purely object oriented?

9 Answers   Persistent,


Categories