Computer Science, asked by Alvee8503, 1 year ago

Which design pattern works on data and action taken based on data provided?

Answers

Answered by Anonymous
0

Facade pattern hides the complexities of the system and provides an interface to the client using which the client can access the system. This type of design pattern comes under structural pattern as this pattern adds an interface to existing system to hide its complexities.

This pattern involves a single class which provides simplified methods required by client and delegates calls to methods of existing system classes.

Hope this helps you ☺️☺️⭐✨✨⭐

Similar questions