Which design pattern would you suggest to refactor the code?

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?

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:



Leave a Reply 4

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


DonkeyNuts

DonkeyNuts

Wrong – Answer is A

Ashishkumar

Ashishkumar

Answer must be B only.

contains numerous Interfaces for complex domain logic…