True/False
A private member function is useful for tasks that are internal to the class, but is not directly called by statements outside the class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: You must declare all data members of
Q22: Assume that myCar is an instance of
Q24: Objects are created from abstract data types
Q26: This type of member function may be
Q29: The process of object-oriented analysis can be
Q30: Objects in an array are accessed with
Q32: Assuming that Rectangle is a class name,
Q35: When a constructor function accepts no arguments,
Q36: When an object is defined without an
Q37: If you do not declare a destructor