Multiple choice

You cannot overload a constructor function in C++.

  1. True

  2. False

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

Constructor overloading is a standard feature in C++, allowing multiple constructors with different parameter lists.