CS 5004 Module 11 Crossword

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