Multiple Choice
The class which inherits the members of another class is known as the ______.
A) superclass
B) derived class
C) base class
D) abstract class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q48: _ is the ability of a variable
Q49: Which of the following is NOT true
Q50: Which of the following is true about
Q51: A package and the directory that contains
Q52: Name 3 important operations that an iterator
Q54: A subclass that fails to implement all
Q55: A subclass can contain its own version
Q56: Inheritance should not be used to implement
Q57: Clients of a class can directly access
Q58: Containment is another name for a(n)_ relationship.<br>A)is-a<br>B)has-a<br>C)has-many<br>D)similar-to