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 square root in java?
What is a instance variable in java?
Is string is a keyword in java?
Explain the difference between call by refrence and call by value?
What is the use of flag?
Explain notifyall() method of object class ?
What is the difference between an argument and a parameter?
Write a java program to print fibonacci series?
What is the advantage of preparedstatement over statement?
When will you define a method as static in Java?
Explain the difference between abstraction and encapsulation.
Is singleton thread safe in java?
What is array size in java?
Explain jdk, jre and jvm?
Why scanner is used in java?