Multiple choice A constructor's name is same as __________ function name class name function name or class name none of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation A constructor is a special member function that must have the exact same name as the class it belongs to.