Multiple choice A member function is always public is always private can be public or private cannot be defined Reveal answer Fill a bubble to check yourself C Correct answer Explanation Member functions can have different access modifiers, such as public, private, or protected, to control their visibility and accessibility.