+1 vote
in Software Architecture by (75.2k points)
Which of the following is true for proxy pattern?

(a) Has exactly the same interface as the real object

(b) Handles routine or illegitimate messages without accessing the real object

(c) Delegates messages that it cannot handle to the real object

(d) All of the mentioned

This question was addressed to me in an online interview.

This is a very interesting question from The Adapter Patterns and Proxy Pattern in section Visibility, Accessibility and Information Hiding of Software Architecture

1 Answer

0 votes
by (46.2k points)
Right answer is (d) All of the mentioned

To explain I would say: All of the mentioned is true.

Related questions

We welcome you to Carrieradda QnA with open heart. Our small community of enthusiastic learners are very helpful and supportive. Here on this platform you can ask questions and receive answers from other members of the community. We also monitor posted questions and answers periodically to maintain the quality and integrity of the platform. Hope you will join our beautiful community
...