yes, you better read the book before a software interview. Good to be using for OOD stuff anyway. Google it and buy it.
Anonymous
Feb 8, 2012
It's always advisable to mention Singleton Design Pattern, since it is very basic and easy to implement if asked for. Also one should keep in mind to implement in a way it is thread safe, since most of the time programs are implemented for a multi-threaded environment.