Answer Posted / ravikiran(aptech mumbai)
method overloading is the type of polymorphism with a
different argument list and same method name and can takes
place inside the same class only
method overriding is the process of writing a different
functionality having the same method signature
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Can we write multiple catch blocks under single try block?
What is the purpose of void class?
What do you understand by final value?
Can a class declared as private be accessed outside it’s package?
Which is better singleton or static class?
Why 1 is not a prime number?
Is char a method in java?
What is length in java?
Does isempty check for null?
What is a super method?
What is the range of a character variable?
What is java reflection api?
How do you input a string in java?
Difference between this() and super() ?
What is 16 bits called?