Multiple Choice
The keyword ____ always refers to the superclass of the class in which you use it.
A) super
B) parent
C) upper
D) base
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: When you use information hiding by selecting
Q13: Every class you create in C# derives
Q14: When a derived class contains a method
Q15: The entire list of parent classes from
Q16: Explain the sequence of constructors that will
Q19: Inheritance is _, which means a child
Q28: Reusing existing classes and interfaces makes the
Q33: Show an example of a class definition
Q35: When all base class constructors require arguments,
Q39: A superclass contains all the fields and