Learn Object-Oriented Programming With Python!

Опубликовано: 11 Март 2026
на канале: Prowgramming
80
2

Welcome to the Python Fundamentals series. In this video you will learn about Object-Oriented Programming (OOP) in Python. OOP is a programming paradigm that organizes code into objects, which are instances of classes. Understanding the OOP paradigm is allow you to build more complex systems.

What You'll Learn:
Classes and Objects: Defining classes and creating objects.
Attributes and Methods: Adding data and behavior to classes.
Encapsulation: Hiding internal details using private attributes.
Inheritance: Creating subclasses.
Polymorphism: Using methods in different ways.

Timestamp:
0:00 - Introduction
0:53 - Classes and Objects
2:43 - Encapsulation
4:56 - Inheritance
6:49 - Polymorphism
7:38 - Method Overriding

Official python documentation: https://docs.python.org/3/