Objective C is C along with many things added to it.
So, to distinguish between what is C and what is added as
part of objective C, all the Objective C parts are in square
brackets. Even @ signs indicate it is Objective C
Some of the other points to note are:
- It provides a Foundation Library: Over 100 files with things to manipulate strings
etc.
- A White space insensitive language
- A case sensitive language
- Should compile before running it
- Uses LLVM compiler
- Main block exists in all apps including iphone, ipad apps
- dynamic typing is also supported
- This list might grow as I discover more.The next few postings would be theory - but theory that I usually consider as essential for strong fundamentals before one can start development
No comments:
Post a Comment