Multiple Choice
When creating a class,rather than declaring completely new members,you can designate that the new class inherits the members of an existing class.The existing class is called the __________ class,and the new class is the __________ class.
A) derived,base
B) root,child
C) sub,super
D) base,derived
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The UML distinguishes an interface from other
Q50: The first task of any base class's
Q51: To avoid duplicating code (and possibly errors),use
Q52: A derived class can add its own
Q53: Polymorphism allows you to command a wide
Q54: When a derived-class member overrides a base-class
Q56: An interface is defined with keyword _.<br>A)Interface<br>B)MustInherit<br>C)Implements<br>D)Abstract
Q57: How can a derived class constructor ccall
Q58: Concrete classes provide implementations for at least
Q59: Which of the following does not complete