Question: Fill in the blanks with words or phrases to correctly complete these statements.
a. Member functions___________ (use / do not use) an object name and class member selection operator to refer to other members of the default object.
b. ___________provide the ability to declare an object just as you would declare a variable of a built-in type and to declare and initialize an object simultane-ously.
c. A member function that does not modify any object data members is a ___________ function, and should therefore have a prototype and a header that end in___________
d. When a member function is defined outside a class declaration, in its header the function name is preceded by the___________ and the___________ operator.