Is it possible to do method overloading and overriding at a
time
Answer Posted / rameshreddy
No it is not possible at a time. Method overloading is
possible in the same class is possible. But method
overriding is possible its subclass only possible
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
Explain what is encapsulation?
What is the difference between a method and a procedure?
What is the difference between instanceof and isinstance?
How do you sort a list in java?
What is empty string literal in java?
Can we override compareto method?
what is synchronization? : Java thread
What is the purpose of a default constructor?
What language is an assembler written in?
How many bytes is a url?
What is general methodology?
What is the largest data type in java?
Explain the importance of finalize() method.
Explain the difference between abstract class and interface in java?