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