Answer:

20
20

This is because both objects are pointing to the same public variable. It's much better to use a property for this since both objects will each have their own values to work with.

back to Dan Howard's article