Answer Posted / j.winston britto
Overloading means,
More than one method have same name and every one
differ in no. of arguments,type of arguments in a class.
Overridding means,
methods having same name and type in different
classes.In this we can use "super" key word
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Write code to implement bubble sort in java?
Does java map allow duplicates?
What is super keyword explain with example?
Can final class have constructor?
Is java same as core java?
Why pointers are not used in java?
Explain java thread life cycle.
What is better- service oriented or batch oriented solutions?
How do you get the length of a string in java?
What is mnemonic in assembly language?
How would overload a function based on return type?
How do I stop concurrentmodificationexception?
What is a linkedhashmap java?
What is the buffer limit?
What is array list in java?