Transcription: You can control client code access to static data members by using the data encapsulation keywords public, private, and protected. Here for example, the data member entry log could be recording the last time a weather object was updated or could be counting the number of instances of weather objects that have been declared. The weather class can use this variable but the client code cannot see it.