๐๏ธ Advanced OOP
classmethod & staticmethod
Alternate constructors and utility helpers.
@classmethod receives the class as first arg โ use it for alternative constructors. @staticmethod is just a function namespaced on the class.
๐๏ธ Advanced OOP
Alternate constructors and utility helpers.
@classmethod receives the class as first arg โ use it for alternative constructors. @staticmethod is just a function namespaced on the class.
Press Run to execute.3 hi
Sign in to track your progress across lessons.