79266589

Date: 2024-12-09 22:19:00
Score: 0.5
Natty:
Report link

The quote from Design Patterns: Elements of Reusable Object-Oriented Software, p. 94 relates to a Maze design example.

Notice that the MazeFactory is just a collection of factory methods. This is the most common way to implement the Abstract Factory pattern.

Also, the Abstract Factory chapter never provides or even mentions a composition-based implementation.

Reasons:
  • No code block (0.5):
Posted by: Kaiyakha