Locked lesson.
About this lesson
What are classes and what are they used for.
Exercise files
Download this lesson’s exercise file.
Overview of Classes and Object Oriented Programming.docx59.3 KB
Quick reference
Overview of Classes and Object Oriented Programming
Let's start talking about classes!
When to use
Classes are a fundamental part of object oriented programming.
Instructions
A class is like a blueprint that takes in inputs and send output based on that blueprint.
In Python, everything is an object...and you can do objecty things to them.
Objects come from classes.
Hints & tips
- Classes are like blueprints that do something
- Everything in Python is an object
Lesson notes are only available for subscribers.