Which of the below author is not a part of GOF (Gang of Four)?

🎲 Try a Random Question  |  Total Questions in Quiz: 10  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Java Basics Practice Test: Design Patterns — practice the complete quiz, review flashcards, or try a random question.

A design pattern is a reusable solution to a common problem in software design. Design patterns are not specific to any particular programming language, and they can be used in any object-oriented language, including Java. Here are some of the most popular Java design patterns: Creational Design Patterns: These patterns provide a way to create objects in a flexible and reusable way. Some examples of creational design patterns include the Singleton pattern, the Factory pattern, and the Builder pattern. Structural Design Patterns: These patterns provide a way to organize objects into larger... Show more

Which of the below author is not a part of GOF (Gang of Four)?