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 an enumeration?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Can static methods be inherited?
How can you set the applet size?
What is the use of keywords in java?
What does the @override annotation do?
What is java util concurrentmodificationexception?
What are the restriction imposed on a static method or a static block of code?
How many types of array are there?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
List some java keywords sun like c, c + + keywords?
What is hashmap and map?
What is skeleton and stub? What is the purpose of those?
What is the difference between instanceof and isinstance?
What is the difference between method overriding and overloading?