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

Computer Science & Information Technology

You might also like to view...

List the four main problems that can occur in developing decision tables.

What will be an ideal response?

Computer Science & Information Technology

Flash projects usually stand alone.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To use a hyperlink in Word, press the ________ key while clicking the hyperlink

Fill in the blank(s) with correct word

Computer Science & Information Technology

Many, perhaps most, of the integrals occurring in actual engineering or science problems cannot be expressed in any ____________________ form.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology