if we study java language how c# can help it?
i didn't get any chance to know about c++ . now i am studying c# language. is it necessary to
know about c++?
What is the advantage of c# language when we compare it to c++ lanuage?
C# does garbage collection for you. This is a major improvement over C++.
C# is really a change to Java rather than C++. It's target language is a virtual machine, rather than C++'s machine code. This means it will be nominally more inefficient, and more portable.
Other good things about C# is its type system is a real type system rather than a set of macros like C++.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment