Python Object-Oriented Programming

15:21 min total

Welcome to this video on Python Classes and Objects! An object is a collection of data and functions that are related to that data. A class is just a blueprint to create those objects. This video contains the following subjects:

  • What are an object and class
  • Inheritance 
  • Polymorphism
  • Built-in functions of a class
  • Different class variable types
  • Static method verses class method

Everything in python is technically an object.