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