Match each term with a statement below.
A. Errors in object-oriented languages
B. When a class contains objects of another class
C. A class from which you cannot create any concrete objects, but from which you can inherit
D. A block of code you attempt to execute while acknowledging that an exception might occur
E. Contains the actions you require when an instance of a class is destroyed
F. Collections of classes that serve related purposes
G. A segment of code that can handle an exception that might be thrown by the try block that precedes it
H. Used when you want no outside classes to be able to use a data field, except classes that are children of the original class
I. Sends an Exception object out of the current code block or method so it can be handled elsewhere
J. A method that has the same name as a class and that establishes an object
A. exceptions
B. composition
C. abstract
D. try block
E. destructor
F. libraries
G. catch block
H. protected access specifier
I. throw statement
J. constructor
You might also like to view...
In mail merge, a placeholder that represents specific information in a data source is a merge:
A) entry. B) field. C) source. D) record.
If a Java View list exceeds the length of the screen, what is done to the list?
A. the list is made scrollable B. the list is paginated C. the list is shrunk to fit D. the list is truncated