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
What is the difference between heap memory and stack memory?
Does a class inherit the constructors of its superclass in java programming?
What are nested classes in java?
What is the main difference between java platform and other platforms?
Can we override the static methods?
Give an example of call be reference significance.
Where are the local variables stored?
What is the largest data type in java?
What are examples of modifiers?
What is the final keyword in java?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
Can you give names of Container classes?
Which programming language is best in future?
Is zero a positive integer?
What do you understand by classes in java?