1.

Facade pattern promotes weak coupling between subsystem and its clients.(a) True(b) FalseI got this question in a job interview.This intriguing question comes from Software Design Pattern in division Design and Implementation of Software Engineering

Answer»

Right choice is (a) True

Easiest explanation: It is ONE of the patterns benefit.The facade pattern shields clients from SUBSYSTEM CLASSES and reduces the NUMBER of OBJECTS that clients deal with.



Discussion

No Comment Found

Related InterviewSolutions