Objective-C

252
3200 reads

March 7, 2013

Overload


Program for function overloading.

195
2179 reads

March 7, 2013

Inherit Data


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

134
1342 reads

March 7, 2013

Multilevel Inheritance


Program demonstrates multilevel inheritance.

304
2089 reads

March 7, 2013

Inherit Methods


Program to show method inheritance.

78
989 reads

March 7, 2013

Inheritance


Program which demonstrates inheritance.

318
3075 reads

March 7, 2013

Constructor


Program to show use of constructor in class.

248
3506 reads

March 7, 2013

isMemberOfClass


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

343
3990 reads

March 7, 2013

isKindOfClass


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

355
2652 reads

March 7, 2013

Instances


Program which calls instance method of class in main.

25
1221 reads

March 7, 2013

id


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