Objective-C is an object oriented language.follows ANSI C style coding with methodsfrom Smalltalk
Relies mostly on libraries written by others
Flexible almost everything is done atruntime.
Dynamic BindingDynamic TypingDynamic Linking
7/20/2009go4nishu@yahoo.com
id - The generic object type that can
hold a pointer to any type of object. This usesdynamic typing
Isa -
The isa variable is used to identify theclass to which an object belongs at runtime.nil – represents an invalid object.self - in a method self refers to the receiver of the messageClass – when used as a message returns theclass object
This presentation provides basics of obejctive C language used for iPhone development. Covers basics of foundation framework, Memory Management, Classes, protocols, messaging,In...
(More)
This presentation provides basics of obejctive C language used for iPhone development. Covers basics of foundation framework, Memory Management, Classes, protocols, messaging,Interface, Categories, properties , fast enumeration and object allocation.
(Less)
Leave a Comment