What is a function?
Is a reusable piece of code that executes a particular function within a program.
What is an Object?
Object are instances of classes that contain attributes and methods of how to use a certain class?
What’s a Method, Attributes and Properties?