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