Multiple Choice
Match each term with a statement below.
-Used when you want no outside classes to be able to use a data field,except classes that are children of the original class
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
Q29: An abstract class is one from which
Q30: When using _,you can develop new classes
Q31: A(n)_ in a class diagram indicates public
Q32: _ is the mechanism by which a
Q33: In some programming languages,such as C#,Visual Basic,and
Q35: Explain inheritance.
Q36: Match each term with a statement below.<br><br>-A
Q37: In several languages,the visual development environment is
Q38: List three advantages of creating a useful,extendable
Q39: When properly used,inheritance always involves a _