Question 14 / 69:  Which design pattern can be used to implement Lazy Loading?
A  Adapter
B  Mediator
C  Proxy
D  Chain of Responsibility
<< First < Previous Flashcard Next > Last >>
Explanation:

Lazy loading defers initialization of an object until the point at which it is needed. It is used especially with heavy or resource-intensive objects.

The appropriate pattern to implement lazy loading is a virtual Proxy

Quiz Home Page
Ask
Mike Wolf
Start Exam
Copy and paste the following HTML code into your website or blog.
<iframe src="https://www.jobilize.com/embed/gang-of-four-gof-design-patterns" width="600" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe>