What is meaning of type safety in c#?



What is meaning of type safety in c#?..

Answer / Ankur Kumar Tomer

In C#, Type Safety ensures that the data types are correctly handled by the program. This helps to prevent errors caused by incorrect data types.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is char * null terminated?

1 Answers  


How do you remove white spaces from a string?

1 Answers  


Is c# static or dynamic?

1 Answers  


Why do we need ienumerable in c#?

1 Answers  


Are objects passed by reference in c#?

1 Answers  


What is difference between virtual and override in c#?

1 Answers  


What is generic method in c#?

1 Answers  


Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?

1 Answers   Siebel,


Any .net training centers available near hitech city , hyderabad?

2 Answers  


Define c# i/o classes? List the commonly used classes?

1 Answers  


What is _layout cshtml?

1 Answers  


c# code for how to merge two sorted arrays Input : A = 2,5,8,4 B = 3,9,10,5 Output : 2,3,4,5,5,8,9,10

3 Answers  


Categories