1 Answer
New Answer3/4/2018 9:42:31 AM
Amrita Kesh1 Answer
New AnswerFor starters, Objective-C is mainly used to make iOS or OSX apps, and C# is used for Windows apps. Objective C compiles to machine code, which makes it faster but the program is processor-specific while C# is compiled into CIL bytecode for use by a CLR, which makes it more portable. There's still some more in terms of syntax but mainly your choice depends on which OS you are developing for.
Learn Playing. Play Learning
SoloLearn Inc.
Send us a message