Interview Questions On C Sharp :: Explain different C# Types used to create a csharp program?

Ram Pothuraju





Basically c# compiler supplies intrinsic data types (int, double, string etc) and programmers can define user defined data types(class, struct, enum etc).
All above C# types fall into any one of the following categories

Value types
Reference types

Post a Comment

0Comments

Post a Comment (0)