Sunday, September 8, 2013

Introduction to Objective C

Learning any kind of language starts with learning basics of the programming language. If one needs to understand than I would say he must understand the basics keywords of C language like printf, unsignedint, const char, malloc, alloc, etc. It would be of great help if one can go through few chapters of c language before going into objective C.

If you are programming in Java, .Net or any other High Level Language, than I would say you better tighten your seat belts because once you will see the objective c in active you are gonna be on a roller coaster ride. The syntax, semantics, object oriented approach etc are implemented in a sophisticated way.


Objective C is superset of Language C. Objective C is designed to give full capability of Object Oriented programming capabilities in simple and straight forward ways. Latest version of language is 2.0. you can find more information on the wikipedia language Language Variants section.

I will be explaining more details about the language in my following posts. Stay tuned for the ride...


No comments:

Post a Comment