There are 2 methods in a class. Both have the same method
signature except for return types. Is this overloading or
overriding or what is it?
Answer Posted / debapriya
Niether overloading nor ovverriding ,this question has errors
Overloading---->different method
signatures(order,type,number different)
Ovveriding signature same but subclass can implement this method
So ??????????????.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are some examples of variable costs?
What’s the difference between applets and standalone program?
Explain the difference between map and flatmap stream operation?
How do you write methodology?
Why stringbuilder is not thread safe?
Explain the purpose of garbage collection in Java?
what is the difference between a threads start() and run() methods? : Java thread
Why super is first line in java?
What are facelets templates?
What is internal variable?
What is class forname?
What are internal and external variables?
is it possible to instantiate the math class?
What is nested interface?
What is the static method?