While analyzing an application, you observe that it contains numerous Interfaces for complex
domain logic. Completing a business Function currently requires calling several of these interfaces
in an order that is understood by system experts.
Which design pattern would you suggest to refactor the code?
A.
Façade
B.
MVC
C.
DAO
D.
Adapter
E.
Decorator
Explanation:
Wrong – Answer is A
A
A
Answer must be B only.
contains numerous Interfaces for complex domain logic…