The primary difference is that a structure is value data type and class is the reference data type.
Structure don't have default constructur or destructors.
In Structure all variable and method is public where as in class it is private by default.
Structure does not have inherit