Executing an Assignment
To execute an assignment x= e;(1) Evaluate e (yielding a value v, say)(2) Store v in the variable described by x.
b.c = 2 * b.c value is 8, so store 8 in field c of b
b = new C(8, 7) value is name of new instance of class C, so store that in b