In this chapter, you learned that instance data and methods belong to objects ( which are class members), but that static data and methods belong to a class as a whole. Consider the real- life class named StateInTheUnitedStates. Name some real- life attributes of this class that are static attributes and instance attributes. Create another example of a real- life class and discuss what its static and instance members might be.