Multiple Choice
Match each term with a statement below.
-A class from which you cannot create any concrete objects,but from which you can inherit
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
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
Q34: Match each term with a statement below.<br><br>-Used
Q35: Explain inheritance.
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 _
Q40: Libraries,collections of classes that serve related purposes,are
Q41: You can create constructors for a class