So now we went over what the 4 pillars are and we did use classes but just what are they?
How do they work?
What are they used for?
Blueprints:
This is how we will need to start thinking of classes. When we were creating dictionaries we were basically creating a class.
Each class has 1st a name to call it by like User, Dog, HouseAlways capitalized
After that we need to set up attributes. These are things that the instances (each object) have. Like a User has the attributes of a name, age, email for example