Multiple Choice
Match each term with a statement below.
-A block of code you attempt to execute while acknowledging that an exception might occur
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
Correct Answer:

Verified
Correct Answer:
Verified
Q11: _ are stored collections of classes that
Q12: You almost always code at least one
Q13: Discuss exception handling.
Q14: If a constructor requires arguments,it is a
Q15: Match each term with a statement below.<br><br>-When
Q17: In object-oriented terminology,"default constructor" means a constructor
Q18: Match each term with a statement below.<br><br>-Collections
Q19: Explain composition.
Q20: By using standard component classes,programmers are assured
Q21: Code that has already been tested and