Multiple Choice
Case Study 1:
1. myCanvas = Canvas (800, 600)
2. myLine = Line(Point (-100, -100) , Point (100, 100) )
3. myCanvas.draw(myLine)
-Refer to the session in the accompanying Case Study 1. What can be inferred about the Point class?
A) It has a method draw.
B) It is required to create a Canvas.
C) It has at least two instance variables.
D) It is a subclass.
Correct Answer:

Verified
Correct Answer:
Verified
Q18: Case Study 2:<br>1. >>> myLine<br>2. <draw.Line object
Q19: In a hierarchy diagram, the most _
Q20: What variable holds the name of the
Q21: What is the name of the property
Q22: In an expanded object hierarchy for shapes,
Q24: The _dict_ variable is a dictionary that
Q25: Describe the drawAll method of the Canvas
Q26: Match each definition with its term.<br>-Provides us
Q27: Explain how the Canvas draw method presented
Q28: In inheritance, the more general class is