CS202   2- ‹#›
Data Hiding
nSo, 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!