I have heard the following statement:
We can say class is a datatype or a datatype is one type of class.
Can anyone explain to me wh
This article from the MSDN might be of some use in this regard. It tries to explain what Objects, Classes and Structs are in terms of C#.