InterviewSolution
Saved Bookmarks
| 1. |
Can the overloaded method be overridden in Java? |
|
Answer» YES, we can OVERRIDE the OVERLOADED METHOD in JAVA. |
|