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ā
2 Answers
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.
0
Thanks for that! I appreciate the answer , thanks again for clearing it up :)