Content deleted Content added
Undid revision 1220355210 by The Anome (talk) Now in draft |
== See also == * final (C++), as article has now been restored |
||
Line 202:
Note that a key difference between the C/C++ derived keyword <code>const</code> and the C# keyword <code>readonly</code> is that <code>const</code> is evaluated at compile time, while <code>readonly</code> is evaluated at runtime, and thus can have an expression that is only calculated and fixed later (at runtime).
== See also ==
* [[final (C++)]]
==References==
|