photo

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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 0 | 0

0

답변