what is polymorphism in java.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?

3184


give idea for creating screen in abap

1640


How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?

1534


1.what is the vesition managment.

1674


can any one suggestion me present which course(except java,.net) has huge demand in the market?

1613






1.Mutating table

1381


When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.

1424


In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..

989


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.

2324


What is Negative testing?

1499


How to set on/off a group of indicators in a single statement?

1373


Difference between views and index in sas programming

1021


How do you initialize a static member of a class with return value of some function?

665


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

1386


what are importance in problem tracking

1619