...

/

Quiz: Proxy Objects and Lazy Evaluation

Quiz: Proxy Objects and Lazy Evaluation

Quiz yourself on proxy objects and lazy evaluation.

We'll cover the following...
Technical Quiz
1.

What is the purpose of using proxy objects in libraries?

A.

To expose every single optimization technique as a separate function.

B.

To bloat the code base with many specific functions.

C.

To hide optimizations in a library from the user of that library.

D.

To make the code base harder to read and understand.


1 / 7