Multiple choice You cannot overload a constructor function in C++. True 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.