Multiple choice Name a function in C++ which provides initial values to the objects. Member function Friend function Constructor Destructor None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation A constructor is a member function whose task is to initialise the values for objects as they are created.