+1 vote
in Software Architecture by (75.2k points)
Which of the following is incorrect with respect to the proxy pattern?

(a) The Proxy pattern should be used whenever the services directly provided by some object need to be managed or mediated in some way without changing the object’s interface

(b) Virtual proxies can be used to delay the creation or loading of large and time-consuming objects to preserve space and ensure rapid responses to requests

(c) Remote proxies can hide the fact that an object is not locally present,handling the communication necessary to access the remote real object

(d) None of the mentioned

I got this question in a dream while sleeping

The question is from The Adapter Patterns and Proxy Pattern in division Visibility, Accessibility and Information Hiding of Software Architecture

1 Answer

0 votes
by (46.2k points)
The correct option is (d) None of the mentioned

To elaborate: All of the mentioned are correct for proxy pattern.

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
...