Search for tag: "textbox"
Lesson 22.5 Name ResolutionWe have long said that the dot (.) in Python means “inside of the folder”. But which folder? In this video, we show why subclasses makes this question a little less clear. When Python…
From Hannah Lee
69 plays
|
|
Lesson 22.2 Subclass DefinitionsIn this video we show how to define a subclass. It is exactly the same as defining a class, except that now we actually do something with the parentheses in the function header.
From Hannah Lee
71 plays
|
|
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
87 plays
|