Classes and Functions
The basic purpose of classes and functions is to group together pieces of related code. The major difference between the two is that a function does something whereas a class is something.
For example, if person was a class, walk() and eat() would be...
blog.vicentereyes.org2 min read