What is the difference between overloading and overriding a
function?
Answer Posted / jitesh singh
OVERLOADING is done in the same class with different
singnature or parameter pass in the function
OVERRIDING is done in different class but the signature or
the parameter is same
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
When a byte datatype is used?
How many days will it take to learn java?
Tell me the Importent classes in net package?
Is array serializable java?
What is var keyword ?
Difference between collection, collection and collections in java?
What are the types of arrays in java?
What is linked hashmap and its features?
What is the difference between heap memory and stack memory?
What is the difference between form & report?
What is the difference between super class & sub class?
What do you mean by formatting?
Why put method is idempotent?
Explain the different forms of polymorphism?
Java is Pass by Value or Pass by Reference?