Multiple choice

A constructor with arguments is called

  1. copy constructor

  2. parameterized constructor

  3. dynamic constructor

  4. none of these

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

A constructor with arguments is called as parameterized constructor.