MCQOPTIONS
Saved Bookmarks
| 1. |
Which object-oriented pattern would you use to implement a class that must be instantiated only once for the entire lifespan of a script? |
| A. | Model-view-controller |
| B. | Abstract factory |
| C. | Singleton |
| D. | Proxy |
| Answer» D. Proxy | |