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 a control variable example?
Can we clone singleton class in java?
What is the use of singleton class?
what is the difference between process and thread? : Java thread
How do you use compareto in java?
Explain access modifiers in java.
How to make object serializable in java?
Are registers volatile?
Differece between class and generic class?
Explain enumeration in java?
explain different ways of using thread? : Java thread
How many types of voids are there?
Explain wrapper classes in java?
How to remove the trailing spaces from a string?
what is nested class in java?