Content deleted Content added
No edit summary |
→Unified type system: new section |
||
Line 103:
Hello all - I think this article would benefit from a discussion on string interning and how the respective platforms deal with that. Any thoughts? <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/57.66.102.70|57.66.102.70]] ([[User talk:57.66.102.70|talk]]) 15:08, 17 February 2012 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
:What's that? [[Special:Contributions/68.173.113.106|68.173.113.106]] ([[User talk:68.173.113.106|talk]]) 19:15, 23 February 2012 (UTC)
== Unified type system ==
C# (and .NET Framework) has no unified type system. I.e. pointers does not derive from the System.Object. Moreover, C# does not allow pointers to be encapsulated as objects.
|