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 Composition?
What is the platform?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
Why we use set in java?
Is java 1.7 the same as java 7?
Explain runtime exceptions?
What is the difference between static and non-static variables in java programming?
Are arrays immutable in java?
What is the statements?
Does java list allow null?
what is heap memory?
What is tree node in java?
Similarity and difference between static block and static method ?
Explain about core java?
What is an association?