Content deleted Content added
Notes are now separated from the references |
Formatting cleanups, per MOS:BOLD |
||
Line 183:
==== C# static constructor ====
In [[C Sharp (programming language)|C#]], a
Static constructors allow complex static variable initialization.<ref>[http://msdn.microsoft.com/en-us/library/k9x6w0hc%28VS.80%29.aspx Static Constructor in C# on MSDN]</ref>
Line 293:
=== Eiffel ===
In [[Eiffel (programming language)|Eiffel]], the routines which initialize new objects are called
* Creation procedures have no explicit return type (by definition of
* Creation procedures are named.
* Creation procedures are designated by name as creation procedures in the text of the class.
|