Glossary:Definition - Strongly-typed

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
 Term Strongly-typed
 Definition  A strongly-typed programming language is one in which every data type—character, integer, etc.—is predefined in the language; and, only those data types are available to the programmer. Allowable operations are defined for every data type. The compiler enforces data typing and compliance. Strong data typing imposes a rigorous discipline on the programmer eliminating many sources of program error. Visual C# is strongly typed.
 See also
This C# Online.NET definition is from the Glossary of .NET / C# Terms.

Glossary of .NET / C# Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
edit

Personal tools