InterviewSolution
Saved Bookmarks
| 1. |
Name one condition for overloading of functions. |
|
Answer» The parameters/arguments should differ in the number of arguments or if they have same number of argument then they should differ in the type of the arguments. |
|