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 are the steps involved to write rmi based programs?
Can a class extend 2 classes in java?
What does this () mean in constructor chaining concept?
Write a program to solve producer consumer problem in java?
What is the purpose of a transient variable?
What is hashing principle in java?
What are disadvantages of java?
What does i ++ mean in Java?
What is the difference between final, finally and finalize() in java?
What are the different approaches to implement a function to generate a random number?
Do I need java for windows 10?
Can a final method be overloaded?
Which number is denoted by leading 0x or 0x in java?
What is the default value of local and global variables?
What is the nested interface?