Card 17 / 72: A Proxy Pattern is best used to :
A)
control access to a remote object
B)
assemble complex objects
C)
fetch a resource-intensive object when requested by a client
D)
store common redundant data between large number of objects
E)
extract out from the calling client the access or connection logic needed to call an object
Answer:
A) control access to a remote object
C) fetch a resource-intensive object when requested by a client
E) extract out from the calling client the access or connection logic needed to call an object
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
|