Multiple choice

Which of the following types of constructor is used to initialize all objects of the same class to the same set of values?

  1. Copy constructor

  2. Default constructor

  3. Parameterized constructor

  4. Friend function

  5. Structure

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

This type of constructor is used to initialize all objects of the same class to the same set of values.