A. Instance variables are member variables of a class.
	B. Instance variables are declared with the static keyword.
	C. Local variables defined inside a method are created when the method is executed.
	D. Local variables must be initialized before they are used.
 
                            