Search for tag: "boss"
Lesson 20.8 The None ValueWe have seen the None value used in several previous videos. But in this video we finally introduce it formally. In particular, we show why it is so commonly used in object initialization.
From Hannah Lee
88 plays
|
|
Lesson 20.7 IntializersIn this video, we introduce the most important method definition in any class: the initializer. The initializer is responsible for creating all the attributes so that the user does not need to worry…
From Hannah Lee
121 plays
|
|
Lesson 20.4 Classes SpecificationsClasses are something we can define. That means we need a specification to tell us what it means for a definition to be correct. In this video we cover the basics of a class specification, and show…
From Hannah Lee
100 plays
|
|