Vous êtes sur la page 1sur 1

Adeel Hassan (01-131162-003) SDA Assignment BSE 6

Question1
What kind of pattern will you choose to make the system easier? Justify your
choice.
I will use Façade to make the system easier because the façade pattern to collate all
the complex method calls and related code blocks and channelizes it through one
single Façade class. It makes easier to use and maintain creating a more structured
environment and reduces dependencies between libraries or other packages.

Question2
Explain how your chosen design pattern can handle this situation without
affecting the developers who are using your library? Draw appropriate class
diagram to support your answer.
We have chosen façade design pattern because it will make our interface simpler and it will
not create problems for the users. The users will be able to use the interface quite easily.

Vous aimerez peut-être aussi