APCSA

12345678910111213141516171819
Across
  1. 2. return type on abstract method
  2. 3. error occurs during execution
  3. 5. // or /* */
  4. 7. true or false
  5. 9. no return value
  6. 11. all variables in an interface are ... and final
  7. 13. D9 in decimal
  8. 14. 1101 in decimal
  9. 15. base-8 number system
  10. 17. 1b in decimal
  11. 19. a method that calls itself
Down
  1. 1. an class with at least one abstract method is an ...
  2. 4. abstract methods are inside an...
  3. 6. int, double, boolean
  4. 8. abstract methods have semicolons but no...
  5. 10. the octal system uses ... digits than the decimal and hexadecimal number system
  6. 11. method that changes fields in a class
  7. 12. 101011 in decimal
  8. 16. abstract methods don't require
  9. 18. if an object is uninitialized