When you look at a code snippet of C#, you can't help wondering how much it looks similar to Java code.
The similarity is not a co-incidence. It is the way an object-oriented program should look like. More than C++, Java seems to have influenced the development of C#, although Microsoft claims that C# has eveloved from C and C++, but fails to mention Java's contribution.
Nevertheless, C# must be treated as a language in its own right, for it is a free-standing, general-purpose object-oriented programming language.
You will find here similarities and differences between the two languages in future posts. So, keep looking!
Posted by nansoft
at 12:17 PM