Why method overloading and method overriding required in java?
Answer / 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 |
Is null == null in java?
What is the full form of jpeg?
How to split a string in java?
How will you override default serialization mechanism in java
What is serialversionuid?
How do you define a variable?
Give us the name of the list layoutmanagers in java?
How can an exception be thrown manually by a programmer?
what is Dictionary? and what purpose it is used for?
What is 16 bits called?
Can we catch more than one exception in a single catch block?
What is an Applet ?