Multiple choice A function contained within a class is called a class an operator a data item a member function Reveal answer Fill a bubble to check yourself D Correct answer Explanation A function defined inside a class is referred to as a member function. It has access to the private and protected members of the class.