Python For Beginners - Classes & Objects Explained
Опубликовано: 13 Ноябрь 2024 на канале: TeachingCS
384
7
00:00 - Start
00:05 - What is object-oriented programming
00:21 - How python is always using OOP
03:16 - Making your own class
03:34 - Making a method for your class
04:15 - Making an object from a class