Intro to OOP (Object Oriented Python 3.10) - Lesson 2 - Classes & Methods/Functions

Опубликовано: 07 Июнь 2026
на канале: MrRaychambers
909
6

This video shows you how to set up a basic method / function using classes. The idea of using Object Oriented programming in Python is that you can re use the methods for different scenarios. This video shows you how to set up the methods and pass in parameters.