Quiz on PHP Design Patterns



1. What is a design pattern in programming?
2. Which of the following is NOT a type of design pattern mentioned?
3. What is the purpose of the Singleton pattern?
4. Which design pattern is used to separate the construction of a complex object from its representation?
5. In which design pattern do objects communicate through a mediator rather than directly?

Advertisements