Transcription: These examples show how to use the keywords private, public, and protected to specify access control on the class members. These keywords are optional and can appear in any order. The example classes here show two common conventions. Some programmers put the private members first. Others prefer the order public, protected, private.