Changes between Version 2 and Version 3 of StaticConstructor

Show
Ignore:
Author:
edrishn (IP: 207.7.108.244)
Timestamp:
01/11/07 19:03:05 (4 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StaticConstructor

    v2 v3  
    1 In java programs, a class can have several static constructors, but C# classes could have one, so we should combine all static constructors together.  
     1In Java, a class can have several static constructors, but C# classes can have one, so we should combine all static constructors together.  
    22 
    33[Java] 
    4  
    54{{{ 
    65#!C 
    1413 
    1514[C#] 
    16  
    1715{{{ 
    1816#!C#