VB.NET - Use properties instead of fields

Why do you use properties instead of fields?

You can provide validation code with properties that validate data being read or set. You can not add any validation code while using fields.
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......
VB.NET - Parse method
VB.NET Parse method - Parse method is used to convert string value to numeric type......
VB.NET - kinds of multidimensional arrays
VB.NET - kinds of multidimensional arrays - Multidimensional arrays are just like a table structure with rows and column.....
Post your comment