Across
- 3. largest digit used in the octal number system
- 5. word used to refer to the current object in a method or constructor
- 6. a restricted class that cannot be used to create objects (to access it, it must be inherited from another class)
- 7. the class that inherits from another class
- 9. true/false
- 10. used when a method does not return any value
- 13. the number of values of the same type it holds can be changed
- 16. base-8 number system
- 17. can only include abstract methods and constants
- 18. the largest digit used to write binary numbers
- 19. the class being inherited from
- 20. a number system that utilizes a base of two
Down
- 1. Abstract classes can have both abstract and regular _______
- 2. interfaces (and abstract classes) are mechanisms to achieve _________
- 4. are types of methods that don't require implementation for its declaration
- 8. the primary programming language utilized in AP Computer Science A
- 11. Abstract methods ______ the efficiency and reduce complexity
- 12. base-16 number system
- 14. when a function calls itself
- 15. largest digit used in the hexadecimal number system
- 21. holds a fixed number of values of the same type