Multiple choice

Which of the following features are included in the Proxy design pattern?

  1. It provides security access to an existing object.

  2. It simplifies the API of complex objects.

  3. It provides interface for remote resources such as web service or REST resources.

  4. All of the above.

  5. Only (1) and (3).

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

These are the correct statement about proxy pattern.