Multiple choice

If there are more than one constructors in a class, then it is termed as ____________.

  1. multi-constructor

  2. default Constructor

  3. constructor overloading

  4. constructor overriding

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

If there are more than one constructor in a class, then its termed as constructor overloading.