+ 1

What's the difference between C and Objective-C?

18th Apr 2017, 5:50 AM
Nicole Benadè
Nicole Benadè - avatar
2 Réponses
+ 13
The main different between the two is that Objective-C is object-oriented​, and C isn't. While this is the case, C++ and Objective-C may both be object-oriented, but with a handful of difference. http://stackoverflow.com/questions/2445050/how-different-is-objective-c-from-c
18th Apr 2017, 6:01 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
Basically Objetive-C allows you to develop IOS applications. And C, is focused on procedures, e.g. unix / linux OS is made in C.
18th Apr 2017, 6:03 AM
César Augusto Gaete
César Augusto Gaete - avatar