Multiple Choice
What variable holds the name of the parent of a class?
A) __parent__
B) __self___
C) __super__
D) __bases__
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: What is the difference between an IS-A
Q16: In the object hierarchy presented in the
Q17: When two classes are connected by an
Q18: Case Study 2:<br>1. >>> myLine<br>2. <draw.Line object
Q19: In a hierarchy diagram, the most _
Q21: What is the name of the property
Q22: In an expanded object hierarchy for shapes,
Q23: Case Study 1:<br>1. myCanvas = Canvas (800,
Q24: The _dict_ variable is a dictionary that
Q25: Describe the drawAll method of the Canvas