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
Is there any limitation of using inheritance?
Are maps ordered java?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What is the use of volatile in java?
When can you say a graph to be a tree?
Can we assign null to double in java?
What do you know about the garbate collector?
What are the disadvantages of object oriented programming?
Can we override the overloaded method?
What is indexof?
What is the exact difference in between Unicast and Multicast object?
How do you execute a thread in java?
What do you mean by thread safe?
What is hotjava?
What are the steps in the jdbc connection?