These playbacks introduce the reader to some of the most useful object-oriented design patterns. I will use Java to build an example of each pattern. I am assuming the reader has programming experience in Java. In particular, the reader should be (at least somewhat) familiar with inheritance and polymorphism. These design patterns really show the power of inheritance and polymorphism so if you are just learning about them this is a great opportunity to dig deeper.
What if you are interested in learning about design patterns but are not a Java programmer? If you are familiar with any OO language you will probably get a lot out of this book. Give it a shot!
If you'd like to stay connected and get updates when I add new playbacks you can follow me on twitter: @markm208.
Chapter 1 Design Pattern Playbacks