Multiple choice _________ is a function that can be called using class name. Member function Static member function Inline function Recursive function Reveal answer Fill a bubble to check yourself B Correct answer Explanation A static member function can be called using the class name instead of its objects and it makes the use of static data members only.