December 2017
Intermediate to advanced
468 pages
13h 12m
English
The creational patterns intend to advocate a better way of creating objects or classes, and its primary focuses are as follows:
Creational design patterns have two basic characteristics: one is that they encapsulate knowledge about which concrete class the system use, and the second is that they hide how the instances of these classes are created and put together.
The class creational pattern ...
Read now
Unlock full access