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