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 abstract classes and interfaces?
What are the differences between the constructors and methods?
Why is stringbuffer called mutable?
What is the static variable?
Differentiate between stringbuffer and string?
What is pass by value?
Explain about object oriented programming and its features?
What is meant by distributed application? Why are we using that in our application?
What do you understand by the bean persistent property?
Can a static class implement an interface?
What is stack class in java?
What is the purpose of tostring() method in java?
What is the history of java?
What is a nullable field?
Where is singleton pattern used?