Encapsulation
Keeping state where only its owner can reach it.
private is the keyword everyone types and the idea almost nobody finishes: a private field handed out through a getter is not private any more. Four access levels, one of which has no keyword and is the one people get wrong.
Contents
8 cardsnot started