what is polymorphism in java.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
how can i split string in a textbox in windows appication using C#.net
What is a singleton linked list?
can we use commit,rollback in triggers and how?
How to call dll API sub routine in VB Form.
List and explain any five built in functions for Lists data type in python
9.Difference between even and odd signals?explain with the diagram?
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
how many languages .net is supporting now?
what is the pl/sql block size in oracle 10g and 11g?
What are the tasks performed by a Team Lead
how to write the fallowing code in java? 1 4 9 16 25 36 49 64 81 100