Distinguish method overloading and overriding
Answer Posted / pralay
Method Overloading is functionality of java in which we can
declare many method with same name but different signature
in one class, but Overriding is a the process of declare a
method which is already define in super class, this Method
has same name and same signature as super class.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How many decimal digits is 64 bit?
What are the fileinputstream and fileoutputstream?
What is qualitative variable?
What is collection sort in java?
Which class cannot be a subclass in java?
How many types of flags are there?
Does java vector allow null?
What is the difference between preemptive scheduling and time slicing in java programming?
What is the use of static class?
what is session in java?
What is runtime polymorphism or dynamic method dispatch?
Explain the difference between jvm and jre?
What do you mean by light weight and heavy weight components?
How many characters is 2 bytes?
What is thread safe in java?