CS 5004 Module 11 Crossword
Across
- 1. An ordered collection.
- 5. Favour this over inheritance.
- 6. Indicates whether some other object is "equal to" this one.
- 9. Program to this, not an implementation.
- 11. Methods in Java are written using this naming convention.
- 12. Type of method that can be called only from other methods within that class.
- 14. Primitive type that only returns true or false.
Down
- 2. Use it when you want to represent an object as a String.
- 3. Its job is to initialize the fields to the provided values.
- 4. Class names in Java are always written using this naming convention.
- 7. A test to verify that a method is working.
- 8. Design pattern used for developing user interfaces that divide the related program logic into three interconnected elements.
- 10. When something unexpected happens when running your program.
- 13. A sequence of characters that forms a search pattern.