Q:

Which of the following is consequence for proxy pattern

0

Which of the following is consequence for proxy pattern


  1. The Proxy pattern makes it possible to defer expensive operations until they are necessary (virtual proxies)
  2. Provides an elegant way to treat remote objects as if they were local (remote proxies)
  3. Provides a mechanism for implementing supplier access restrictions (protection or access proxies)
  4. All of the mentioned

Answers

D. All of the mentioned

total answers (1)