Multiple choice

When two or more constructor functions with the same name but with different function signatures act in the same class, it is called

  1. default constructor

  2. copy constructor

  3. constructor overloading

  4. parameterized constructor

  5. exit()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

When two or more constructor functions with the same name but with different function signatures act in the same class, it is called constructor overloading.