VB.NET - When do you use enums and constants?

When do you use enums and constants?

Enums and constants make the code easier to understand and maintain by using words for frequently used constant values.
VB.NET - Arrays and collections
VB.NET - Arrays and collections - An array is fixed length type that can store group of objects.......
VB.NET - Use properties instead of fields
VB.NET - Use properties instead of fields - You can provide validation code with properties that validate data being read or set......
VB.NET - Define delegate. How to implement it.
VB.NET - Define delegate. How to implement it - A delegate acts like a strongly typed function pointer......
Post your comment