Multiple choice In C++ terminology, what is a function contained within a class called? Member function Virtual function Contained function Pure virtual function Template Reveal answer Fill a bubble to check yourself A Correct answer Explanation A function contained within a class is called a member function.