What is Type safety in .NET?
Sanjeev Singh
Select an image from your device to upload
In .net CLR when code runs then it is checked whether for var.s that particular option is applicable for given var depending on its type also it checks whether particualr operation is allowed or not .
i.e. for int var concatenation operation is not allowed