Changes between Version 2 and Version 3 of StaticConstructor
- Timestamp:
- 01/11/07 19:03:05 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StaticConstructor
v2 v3 1 In java programs, a class can have several static constructors, but C# classes couldhave one, so we should combine all static constructors together.1 In Java, a class can have several static constructors, but C# classes can have one, so we should combine all static constructors together. 2 2 3 3 [Java] 4 5 4 {{{ 6 5 #!C 14 13 15 14 [C#] 16 17 15 {{{ 18 16 #!C#
