1:00
en
CR
CP1-213
10
exception : an event that occurs during the execution of a program that disrupts the normal flow of instructions
try : a block that consist of code that might throw exceptions
extends : use this keyword to inherit from another class
superclass : a general class
abstract : an _____ class is a class that cannot instantiate any object
implements : a keyword to indicate an interface is used
static : indicates the member belongs to the class and not to the object
final : a _____ variable is a constant
inner : an _____ class is a class declared inside another class
overriding : re-declares and change the implementation of methods in a superclass
CP1-213
Across:| 2. | an _____ class is a class that cannot instantiate any object | | 6. | re-declares and change the implementation of methods in a superclass | | 8. | a block that consist of code that might throw exceptions | | 10. | a keyword to indicate an interface is used |
| | Down:| 1. | an event that occurs during the execution of a program that disrupts the normal flow of instructions | | 3. | use this keyword to inherit from another class | | 4. | a general class | | 5. | a _____ variable is a constant | | 7. | indicates the member belongs to the class and not to the object | | 9. | an _____ class is a class declared inside another class |
| |
© 2016
PuzzleFast.com, Noncommercial Use Only
CP1-213
Across:| 2. | an _____ class is a class that cannot instantiate any object | | 6. | re-declares and change the implementation of methods in a superclass | | 8. | a block that consist of code that might throw exceptions | | 10. | a keyword to indicate an interface is used |
| | Down:| 1. | an event that occurs during the execution of a program that disrupts the normal flow of instructions | | 3. | use this keyword to inherit from another class | | 4. | a general class | | 5. | a _____ variable is a constant | | 7. | indicates the member belongs to the class and not to the object | | 9. | an _____ class is a class declared inside another class |
| |
© 2016
PuzzleFast.com, Noncommercial Use Only