April 2019
Intermediate to advanced
360 pages
9h 17m
English
Creational design patterns are used to manage the objects as they are instantiated (created). In Java, there are two basic creation patterns. When we create classes, we use inheritance. When creating objects, we can assign the creation task to other objects.
The purposes of creational design patterns are as follows:
The six creational design patterns presented in this chapter can be grouped into two subcategories—those that focus on classes and those that focus on objects. The following table details these ...
Read now
Unlock full access