Saved Bookmarks
| 1. |
Which of the following permits function overloading on c++?(a) type(b) number of arguments(c) type & number of arguments(d) number of objectsThe question was posed to me in an online quiz.The above asked question is from Overloaded Function Names in division Functions, Namespaces & Exceptions in C++ of C++ |
|
Answer» Correct option is (c) type & number of arguments |
|