Q:

Which of the following is true for proxy pattern

0

Which of the following is true for proxy pattern


  1. Has exactly the same interface as the real object
  2. Handles routine or illegitimate messages without accessing the real object
  3. Delegates messages that it cannot handle to the real object
  4. All of the mentioned

Answers

D. All of the mentioned

total answers (1)