_______ is a design pattern in OOP where a single class is responsible for a group of related tasks.
- Composite Pattern
- Facade Pattern
- Observer Pattern
- Singleton Pattern
The Facade Pattern is a design pattern in OOP where a single class (the facade) provides a simplified interface to a set of interfaces in a subsystem, making it easier to use and reducing dependencies.
Loading...
Related Quiz
- What is GitHub Flow?
- MongoDB stores data in _______ format.
- One common technique for dealing with errors in distributed systems is _______.
- In logging, _______ is the process of collecting, storing, and analyzing log data.
- In error handling, _______ refers to the process of preserving data or program state when an error occurs.