Class
Type vs Form
A simple way to distinguish between the two is to use type when referring to classifying or grouping something, while using form when talking about the structure and make of something. |
Module vs Class
Classes are blueprints of objects, which contains members like fields and methods. Module introduces the definition related to properties, events, variables and procedures of its members. Modules cannot be... |