Name the keyword that makes a variable belong to a class, rather than being defined for each instance of the class?
Name the keyword that makes a variable belong to a class, rather than being defined for each instance of the class?
		A. abstract
B. static 
C. volatile
D. final
