AP Computer Science Review Game

123456789101112131415161718
Across
  1. 4. putting two Strings together with a +
  2. 7. not required for abstract methods
  3. 9. an interface is an abstract ___
  4. 11. highest number used in octal numbers
  5. 13. keyword that a class is a subclass of a parent
  6. 15. method that is never final or static
  7. 17. variable type with only two values
  8. 18. interface cannot define ____
Down
  1. 1. not used by abstract methods but used in normal methods
  2. 2. used in programming memory reference
  3. 3. the greater binary number
  4. 5. base number of binary numbers
  5. 6. base number of hexadecimal numbers
  6. 8. when one loop is within another
  7. 10. base number of octal numbers
  8. 12. return type of a method when nothing is returned
  9. 14. can extend itself
  10. 15. contains a collection of numbers
  11. 16. math operator that returns the remainder after division
  12. 17. type of search that repeatedly divides list in half