0

C# or C++?

I’m pretty new to this app, and coding/programming as a whole. Could someone please clarify the difference between C# and C++? Are they the same thing or very different? What about Objective C? I’m confused with all the “C’s”

12th Dec 2017, 3:42 PM
Sameram
Sameram - avatar
2 Antworten
0
Hi, C# is derived from C ++ and very close to Java, it takes the general syntax and concepts, adding concepts such as operator overload, indexers and delegates. It is used in particular to develop web applications on the ASP.NET platform, mobile App, web services and desktop App. Objective C is a language for developing iOS App for iPhone, iPad, Apple TV, Apple watch and Mac App.Objective-C is a reflexive object oriented programming language. It is an extension of C. Now Apple have a new language for developing iOS App, it is Swift. I hope it could help you.
12th Dec 2017, 5:09 PM
Kastrati Dardan
Kastrati Dardan - avatar
0
Thanks for that! I appreciate the answer , thanks again for clearing it up :)
12th Dec 2017, 5:11 PM
Sameram
Sameram - avatar