nWith
data hiding
äaccessing the data is restricted to authorized functions
ä“clients”
(e.g., main program) can’t muck with the data directly
äthis is done by placing the data members
in the private section
äand,
placing member functions to access & modify that data in
the public section