Google News
logo
CPP - Quiz(MCQ)
Function overloading is also similar to which of the following?
A)
constructor overloading
B)
destructor overloading
C)
function overloading
D)
operator overloading

Correct Answer :   constructor overloading


Explanation : In constructor overloading, we will be using the same options availed in function overloading.

Advertisement