Objective-C

252
3211 reads

March 7, 2013

Overload


Program for function overloading.

195
2193 reads

March 7, 2013

Inherit Data


Program which shows data inheritance from one class to another class.

134
1354 reads

March 7, 2013

Multilevel Inheritance


Program demonstrates multilevel inheritance.

304
2096 reads

March 7, 2013

Inherit Methods


Program to show method inheritance.

78
1000 reads

March 7, 2013

Inheritance


Program which demonstrates inheritance.

318
3087 reads

March 7, 2013

Constructor


Program to show use of constructor in class.

248
3516 reads

March 7, 2013

isMemberOfClass


Program to check if object is a member of given class or not by returning boolean value.

343
4002 reads

March 7, 2013

isKindOfClass


Program which helps to find type of object by using "isKindofClass" method.

355
2663 reads

March 7, 2013

Instances


Program which calls instance method of class in main.

25
1233 reads

March 7, 2013

id


Program to assign class object to id (Datatype) object.