Python Programming: Lesson 40 - Properties and Setter Methods

preview_player
Показать описание
PLEASE SUBSCRIBE!!!

property methods:
@property decorator on top
name of method must be the same as the name of the private instance variable
return the private instance variable

setter methods:
name of method must be the same as the name of the private instance variable
adjust the private instance variable according to the parameter passed in

3:46 Review of Class Methods
6:24 Review of Static Methods
9:56 Comparing and Contrasting Class Methods and Static Methods
15:15 NEW: Property Methods that Return the Values of Private Instance Variables with @property on top and the Name of the Method being the Same as the Name of the Instance Variable

Thanks for watching, and PLEASE SUBSCRIBE!!!
Рекомендации по теме
welcome to shbcf.ru