Is C Sharp just a cheap rip off of Java?

Ryan P

New member
I tried C# and the code looks like Java
class mycsclass{
public static void Main(){

}
}


the only difference is that Main in c# and main in Java one is capitalized the other is not
and they changes import to using but it is all the same in reality it is also easy to make applications because you can drag the component you want onto your window in the designer. but when it comes down to it which language is better. Java has a lot of support and C# is just microsoft and costs a lot of money.

I also want to know why C# people always say that C# is part of the C family when C# and C or C++ do not look alike period they are totally different languages C# is a cheap copy of Java and not a copy of c++

if you could explain any of this, It would be greatly apperciated/
 
Back
Top