Estefania Dimas Martinez
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How to integrate a Pen class into a Turtle
I must create a Pen class which has properties color and width, and then use that in my Turtle3 class by using a setPen() method...
8 years 前 | 2 个回答 | 0
2
个回答提问
Create a Pen class and integrate it into Turtle
Give the Turtle a pen object to use. The Pen class should have properties color and width and methods Pen(), setColor(), setWidt...
8 years 前 | 2 个回答 | 0
2
个回答提问
Create a Pen class and integrate it into Turtle
Instead of having the Turtle remember the color and width of the pen, just give the Turtle a pen object to use. The Pen class ...
8 years 前 | 0 个回答 | 0
0
个回答提问
Create a Pen class and integrate it into Turtle.
Create a Pen class and integrate it into Turtle. Instead of having the Turtle remember the color and width of the pen, just gi...
8 years 前 | 0 个回答 | 0