weakly-typed
Advantages of Weak Typing over Strong Typing
So, I\'ve read a bunch of similar questions on Stack Overflow regarding this issue, and I think I have a good grasp of what the differences between the two are.My question is whether there is any adva[详细]
2023-03-26 11:23 分类:问答Accessing Facebook C# SDK result Object using .NET 3.5 API?
Consider the following in .NET 3.5 (using the Bin\\Net35\\Facebook*.dll assemblies): using Facebook; var app = new FacebookApp();[详细]
2023-02-04 03:11 分类:问答Is weak typing not necessary anymore?
I come from a statically/strongly typed language background (java), and I recently started to learn python and I think I see the value of dynamic/strongly typed 开发者_JS百科language.[详细]
2023-01-08 21:12 分类:问答Strongly-typed or weakly-typed binding in codebehind in front end?
So my question is more in relation to what people consider to be the best prac开发者_Go百科tice and why:[详细]
2022-12-21 10:05 分类:问答Why do programming language allow assignment from integer to shortint?
program TypeCategory; {$R+} var sInt : shortint; iInt : integer; begin readln(iInt); sInt := iInt; writeln(sInt);[详细]
2022-12-17 03:27 分类:问答(strongly vs weakly) typed AND (statically vs dynamically) typed languages and Moore's law [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the questi开发者_高级运维on so it's on-topic for Stack Overflow.[详细]
2022-12-08 18:18 分类:问答