What is strong type in C#?

The C# language is a strongly typed language: this means that any attempt to pass a wrong kind of parameter as an argument, or to assign a value to a variable that is not implicitly convertible, will generate a compilation error . This avoids many errors that only happen at runtime in other languages.

Sizin İçin Seçtik  What is custom type in C#?

Leave a Reply

Your email address will not be published. Required fields are marked *