June 2024
Beginner
520 pages
12h 20m
English
This chapter covers
Chapter 8 mentioned that applications development is about algorithms and data. The two design patterns in this chapter model the ways applications can deploy software factories to create objects during run time.

The Factory Method Design Pattern provides a model for creating a group of related objects. Our example application shows how the design pattern allows a school athletic department to delegate responsibilities to the varsity sports and intramural sports organizations. The Abstract Factory ...
Read now
Unlock full access