Object-oriented programming (OOP) allows you to model your code after real-world objects.
An object has data (attributes) that describe it, and actions (methods) that it can perform.
The class keyword defines the related attributes and methods of an object. Calling a class creates an instance (new object)
Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!