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 local class in java?
Why Java doesn’t support multiple inheritance?
What are three types of loops in java?
Why deletion in linkedlist is fast than arraylist?
What is callable java?
How do you reverse a string in java without using string buffer?
What is listnode in java?
What is the major drawback of internal iteration over external iteration?
How are variables stored in memory?
What is a file pointer?
What is the constructor?
What's the difference between comparison done by equals method and == operator?
Explain the significance of class loaders in bootstrap?
What methodology can be employed to locate substrings inside a string?
What is use of functional interface in java 8? Explain