|
|
|
iPhone
|
Dynamic Types in Objective-C
Objective-C provides many methods to work with dynamic types. With these methods programmer can check that object is of the given class or not, given method is member of the given class or not etc.
View Rating |
|
|
iPhone
|
Objective-C Inheritance
Objective-C enables programmer to inherit common methods and properties from other class, known as inheritance. Class from methods and properties are inherited known as Base Class and class that inherits known as Derived Class.
View Rating |
|
|
iPhone
|
Why Objective C?
In this section we will learn about the importance of Objective C and "Why Objective C?" is used as programming language to develop applications for Mac System and iPhone.
View Rating |
|
|