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 Canvas class?
A) It will have a draw method.
B) It will be constructed with two Points.
C) It does not have a constructor.
D) It will have three instance variables.
Correct Answer:

Verified
Correct Answer:
Verified
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
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
Q29: Explain how Python evaluates the expression myLine.getWidth().
Q31: What is inheritance? As an example, explain
Q32: Match each definition with its term.<br>-A more