qwaliwuds
Across
- 2. To defeat the new constructor, we have to declare the constructor _____ in the Singleton pattern
- 3. Don’t count on this for notification in the Observer pattern
- 4. Program to an __________ not an implementation
- 6. Observers are __________ on the Subject
- 7. Development constant
- 9. An Adapter and a Decorator can be said to __________ an object
- 12. Object that knows how to get things done in the command pattern
- 14. When you use new, you are programming to an __________
- 16. In the Command pattern, invoker and receiver are __________
- 17. Abstract Factory creates a __________ of products
- 18. Patterns give us a shared __________
- 20. All factory patterns allow us to __________ object creation
Down
- 1. High level libraries
- 2. Most patterns follow from OO __________
- 5. In the Singleton pattern, if you don’t need to worry about lazy instantiation, you can create your instance __________
- 8. Patterns go into your __________
- 10. A command encapsulates a(n) __________
- 11. The Template Method Pattern uses __________ to defer implementation to other classes
- 13. A Singleton is a class that manages an instance of __________
- 15. In Factory Method, who decides which class to instantiate?
- 19. All commands provide this method