Home » C++ Programming » Overloading » Question
  1. Function overloading is also similar to which of the following?
    1. destructor overloading
    2. operator overloading
    3. constructor overloading
    4. All of above
    5. None of these
Correct Option: C

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



Your comments will be displayed only after manual approval.