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