.NET Classes & structures - Answers to .NET Classes and structures interview questions

A user-defined type is a named data type created by the user. It can be a distinct type sharing a common representation....
The class is an extension of a structure. Structure members have public access by default. Class member variables are private by default..