If you want a property to be read-only to all code outside the class, but you want methods inside the class to be able to change the value of the property, you should ________.
	When you have identified the actions that a class is respons…
When you have identified the actions that a class is responsible for doing, then you have identified the class’s ________.
	Classes are ________ types.
Classes are ________ types.
	To add an object of a class to a List you use the ________ m…
To add an object of a class to a List you use the ________ method.
	When you have identified the information that a class is res…
When you have identified the information that a class is responsible for knowing, then you have identified the class’s ________.
	Each of the ________ in the description of a problem domain…
Each of the ________ in the description of a problem domain is a potential class.
	When you call a method and pass a class instance as an argum…
When you call a method and pass a class instance as an argument, the parameter variable becomes a(n) ________ to the object.
	A string within a string is called a ________.
A string within a string is called a ________.
	A(n) ________ is a data type that you can create by specifyi…
A(n) ________ is a data type that you can create by specifying a set of symbolic names that belong to that data type.
	When a field’s value is dependent on other data and the fiel…
When a field’s value is dependent on other data and the field is not updated when its related data changes, we say the field has become ________.