

MCQOPTIONS
Saved Bookmarks
1. |
What are the advantages of Factory objects? |
A. | separate the responsibility of complex creation into cohesive helper objects. |
B. | hide potentially complex creation logic. |
C. | allow introduction of performance-enhancing memory management strategies, such as object caching or recycling. |
D. | all of above |
Answer» E. | |