Objective C

TwitterFacebook
Get flash to fully experience Pearltrees
Pour commencer ce tutoriel, je vous propose une introduction plutôt riche à l'Objective-C. Comme tous les langages, l'Objective-C a une histoire particulière derrière lui. En effet, il a été influencé par plusieurs langages de programmation, qui lui ont chacun apporté différents aspects. Je parlerai également des évolutions du langage, qui n'est certainement pas resté sans développement depuis sa création. Certaines entreprises, qui méritent d'être citées pour leur contribution à l'évolution de l'Objective-C, ont eu une grande influence sur la diffusion du langage et son utilisation dans certains projets. <p style="text-align:right;color:#A8A8A8"></p> http://www.siteduzero.com/informatique/tutoriels/programmez-en-objective-c/introduction-a-l-objective-c

Introduction à l'Objective-C

The design of Java was heavily inspired by Objective-C, but many people find learning Objective-C after Java to be a difficult challenge. In the second of a two-part series, David Chisnall, author of Last week, we looked at some of the major semantic differences between Objective-C and Java. This week, we're going to get a bit closer to some of the Objective-C syntax and see exactly how you go from programming in Java to Objective-C. Objective-C makes a distinction between sending a message and calling a method. When you send a message to an Objective-C object, two things happen. http://www.informit.com/articles/article.aspx?p=1571983

Objective-C for Java Programmers, Part 2 > Methods and Messages