CS/SWE 332 Quiz Guide 13
Fall 2011
Quiz 13 will focus on Enums and Annotations.
as covered in Bloch Items 30-37.
You should understand the various code examples Bloch presents.
In particular, focus on the examples that point
out problems with the
the C style "int enum pattern"
and other examples that solve these problems with Java enums.
In particular, note that there are many examples in Items 30 and 32.