class test { static a; static b; static c = 1; static d = 2; } /**************************************************/ class test{static a;static b;static c=1;static d=2;} /**************************************************/ class test { static a; static b; static c = 1; static d = 2; }