The _______ design pattern is used to define an interface for creating an object, but let subclasses alter the type of objects that will be created.
- Abstract Factory
- Builder
- Factory
- Prototype
The Factory design pattern is used to define an interface for creating an object, but let subclasses alter the type of objects that will be created. It provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.
Loading...
Related Quiz
- In _______ caching, data is stored closer to the end-user to reduce latency.
- What is a primary use case for MongoDB?
- Which of the following is a common method to prevent Cross-Site Scripting (XSS) attacks?
- Which caching strategy is suitable for frequently updated content?
- Which command is used to create a new branch in Git?