Welcome to the Basic Design Pattern Trivia Quiz. The quiz below is designed for all of us with a passion for design, and it offers you a chance to review some of the basic design patterns that one can use. Do you feel like you have done enough revision to tackle it? Do take up this quiz and see if that is true.
Factory Method
Abstract Factory
Builder
Prototype
Chain of responsibility
Adapter
Decorator
Composite
Template method
Decorator
Strategy
Visitor
Chain of responsibility
Event Notification
Mediator
Observer
Adapter
Command
Decorator
Composite
Single Class Factory
Proxy
Singleton
Flyweight
Chain of responsibility
Template method
Interpretor
Prototype
Facade
Mediator
Adapter
Strategy
Iterator
Visitor
Composite
Command
This type of design pattern comes under creational pattern.
This pattern involves a single class which is responsible to create an object while making sure that only single object gets created.
Singleton class provides a way to access its only object which can be accessed directly without need to instantiate the object of the class
All of the above.
Wait!
Here's an interesting quiz for you.