8.15.15
The first main difference to note about classes and modules is what they are all about. Classes are all about objects and you have the ability to create as many as you desire. You can almost imagine a class as a "mini-module". Modules are all about functions but you can only create one, which is one of the biggest differences. You can "create" a class but cannot do that with a module Another difference is that of its syntax and how to properly call a class or module. Here is a simple table of the difference between the two forms...