Top resion to use C# languahe ?
Top resion to use C# languahe ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ajay MalikPosted Aug 29, 2016, 12:47 AM
C# is better than C++ in that:
thispointer argument), and hence create more dynamic and flexible relationships between classes. edit if you don't know what this means, then try assigning a member method returning void and accepting void to avoid (*ptr)()variable. C# delegates carry thethispointer with them, but the user doesn't always have to care about that. They can just assign avoid()method of any class to any othervoid()delegate.C# is better than Java in that:
usingstatement). Java 7 is also going to support this, but C# has had it for a way longer time.yieldstatement.Bikesh SrivastavaPosted Aug 28, 2016, 11:00 PM
Vinay SinghPosted Aug 28, 2016, 9:50 AM
C# is an elegant, simple, type-safe, object-oriented language that allows enterprise programmers to build a breadth of applications.
C# also gives you the capability to build durable system-level components by virtue of the following features:
You can also interoperate with other languages, across platforms, with legacy data, by virtue of the following features:
for detail check the link
Midhun TpPosted Aug 28, 2016, 4:26 AM