Search for tag: "turtle"
Lesson 22.1 Classes and Code ReuseIn this video we motivate the conept of subclasses by looking at a potential application. As software becomes more and more complex, we have to leverage features that allow us to work with other,…
From Hannah Lee
85 plays
|
|
Lesson 21.6 Immutable AttributesGetters and setters have another advantage in that they allow us to completely disable to any changes to an attribute. This allows us to separate attributes into mutable and immutable attributes,…
From Hannah Lee
95 plays
|
|
Lesson 17.11 Graphical RecursionFractals are shapes that look the same when you magnify them larger and larger. This is another example of recursion. In this video we introduce the drawing turtle and show how we use it to draw…
From Hannah Lee
98 plays
|