Why method overloading and method overriding required in java?
Answer Posted / sonu
function overloading is used to achieve dynamic binding, and overriding is used to achieve run time polymorphism , dynamic binding .
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain garbage collection in java?
how to run ecllipse with jettyserver for windows environment using batch file
Explain super keyword in java.
What's a method in programming?
What is hashtable and explain features of hashtable?
How do you reverse a string in java without using string buffer?
What will happen if a thrown exception is not handled?
How do you remove an object from an arraylist in java?
Is java map thread safe?
What is java instanceof operator?
What is break and continue statement?
What is the purpose of the system class in java?
Explain access specifiers?
What is lambda expression in java?
How large is a boolean?