Community Profile

photo

Estefania Dimas Martinez


Active since 2016

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 0 answers | 0

0

answers