Saved Bookmarks
| 1. |
Function overloading is also similar to which of the following?(a) operator overloading(b) constructor overloading(c) destructor overloading(d) function overloadingThis question was posed to me in semester exam.The doubt is from Overloaded Function Names in chapter Functions, Namespaces & Exceptions in C++ of C++ |
|
Answer» The correct answer is (b) constructor overloading |
|