/* CS371p: Quiz #17 (5 pts) */ /* ----------------------------------------------------------------------- 1. A nested class in C++ is most similar to what kind of class in Java. Be very precise. [Sec. 4.4.5, Pg. 91] (2 pts) static member class */ /* ----------------------------------------------------------------------- 2. Describe two situations where you MUST use the member initialization list. [Sec. 5.6, Pg. 113] (2 pts) consts and references */