Answer Posted / sumalatha
HI,
POLYMORPHISM is very good fature...in oops mainly
polymorphism means manyforms..that is by using polymorphism
with the same name signature
but either a different number of parameters or different
types in the parameter list..it is colled methodover
loading.Another one is Overridding...it is also very usful
for us..by using this u can use in Baseclass and
DerivedClass same mathodname..with diffarent body is
possibul..but we use override keyword
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between class & structure?
Which is a valid identifier?
Explain different ways of creating a thread?
how to create multithreaded program? : Java thread
Are floats faster than doubles?
Can we have try without catch block?
Mention some features of java?
What are the benefits of operations in java?
What are reference variables in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is getclass () getname () in java?
What is command line argument
How many bits are in a sentence?
Is null in java?
Difference between throw and throws?