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

Best EXPLANATION: In constructor overloading, we will be USING the same OPTIONS availed in function overloading.



Discussion

No Comment Found

Related InterviewSolutions