_______ 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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *