(The following was "lifted" from This Study Guide)

Opening Questions
 
Singleton
The Singleton pattern is often paired with the Abstract Factory pattern. What other creational or non-creational patterns would you use with the Singleton pattern?
 
Proxy
If a Proxy is used to instantiate an object only when it is absolutely needed, does the Proxy simplify code?