programmer-problems
Anonymous asked:
It (C#) is almost identical to Java, but one major difference is the automatic generation of "getters and setters," so there's less typing. You can just create a property and the compiler will generate them for you. Enums are also completely different, but there is a C# equivalent to Java's. C# also has explicit pass-by-reference or -value :D
It (C#) is almost identical to Java, but one major difference is the automatic generation of "getters and setters," so there's less typing. You can just create a property and the compiler will generate them for you. Enums are also completely different, but there is a C# equivalent to Java's. C# also has explicit pass-by-reference or -value :D
Ah, I see. Thanks, anon! *hugs*