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
What is the purpose of nested class in java?
What is unicode with example?
Which graphs are functions?
What is the difference between the file and randomaccessfile classes?
Does java runtime require a license?
What is this keyword used for?
Can we override private method?
What is predicate in java?
What is r in java?
What are the four versions of java?
Can we create object of static class?
What best practices should you follow while writing multithreaded code in java?
What is the difference between final, finally and finalize()?
What is regex used for?
Why enumeration is faster than iterator?