Comp Sci Review Game

1234567891011121314151617181920
Across
  1. 2. keyword used to apply interfaces in a subclass
  2. 6. method that alters the value of an instance variable
  3. 9. a way of converting data from one data type to another data type
  4. 12. a class can extend a subclass and implement _________
  5. 13. cannot be instantiated but can be subclassed
  6. 14. the alphabetical characters used in hexadecimal numbers
  7. 15. method type without a return statement
  8. 17. method that is declared with no implementation
  9. 19. highest digit used in the octal number system
  10. 20. a container object that holds a fixed number of values of a single type
Down
  1. 1. unit of memory size
  2. 3. the process of hiding certain details and showing only essential information to the user
  3. 4. the base for binary numbers
  4. 5. instance of a class
  5. 7. the base for hexadecimal numbers
  6. 8. loop that runs until the given condition is no longer satisfied
  7. 10. loop inside a loop
  8. 11. number form used in conversion between octal and binary numbers
  9. 16. occurs if an abstract method is declared without an override in the subclass
  10. 18. method used to initialize objects