-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Learning Python Design Patterns - Second Edition - Second Edition
By :
The book by GoF on design patterns spoke about 23 design patterns and classified them under three main categories:
The classification of patterns is done based primarily on how the objects get created, how classes and objects are structured in a software application, and also covers the way objects interact among themselves. Let's talk about each of the categories in detail in this section.
The following are the properties of Creational patterns:
An example of a creational pattern is the Singleton pattern.
The following are the properties of Structural patterns:
An example of a behavior pattern is the Adapter pattern.
The following are the properties of Behavioral patterns:
An example of a behavioral pattern is the Observer pattern.
Change the font size
Change margin width
Change background colour