Can someone provide a simple explanation of methods vs. functions in OOP context?
A very general definition of the main difference between a Function and a Method:
Functions are defined outside of classes, while Methods are defined inside of and part of classes.