Based on MSDN:
- You cannot create the instance for static classes
- If the class declared as static, member variable should be static for that class
- Sealed [Cannot be Inherited]
- Cannot contains Instance constructor
- Memory Management
Example: Math calculations (math values) does not changes [STANDARD CALCULATION FOR DEFINED VALUES]