Data Hiding
So, the public section
includes the data and operations that are
visible, accessible, and useable by all of the
clients that have objects of this class
this means that the information in the public
section is “transparent”; therefore, all of the
data and operations are accessible outside the
scope of this class
by default, nothing in a class is public!