MCQOPTIONS
Saved Bookmarks
| 1. |
Applying the _________ pattern to a class means removing the creation of all object instances for which this class isn t directly responsible and passing any needed instances instead. |
| A. | Message Passing |
| B. | Inversion Of Control |
| C. | Observer Pattern |
| D. | Strategy Pattern |
| Answer» C. Observer Pattern | |