...
It is also permissible to use a wrapper method to retrieve the value of m_functions
. This has encapsulation advantages as it permits m_functions
to be declared private
. See guideline OBJ00OBJ01-J. Declare data members as private and provide accessible wrapper methods for more information.
...