photo

Estefania Dimas Martinez


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten