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
Can list contain null in java?
What does @param args mean in java?
What is data type modifier?
Wha is the output from system.out.println(“hello”+null); ?
What makes a function well defined?
Can an unreferenced object be referenced again?
How can u increase the heap size in the memory?
What is a method header?
Is it necessary that each try block must be followed by a catch block?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What is null data type?
Which is the best sorting technique in java?
In the below example, what will be the output?
Difference between java and javascript
Can we convert list to set in java?