Solved

Case Study 1: 1. MyCanvas = Canvas (800, 600)

Question 23

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions