Objective-C

369
4051 reads

March 7, 2013

Class Variable


Program to show how to access static variable of class from main through class method.

187
2513 reads

March 6, 2013

Object Data


Program to show how to pass data to classes through its object.

347
3049 reads

March 6, 2013

Object


Program to show how to create class object.

296
3418 reads

March 6, 2013

Multiple Arguments


Program to pass multiple arguments to class and access the values in main.

245
2239 reads

March 6, 2013

Object Method


Program to call class method through class object.

388
4080 reads

March 6, 2013

Constructor


Program shows how to define and use constructor in objective-c

258
2139 reads

March 6, 2013

Class Method


Program which shows how to define a class method and accessing it from main method.

303
2237 reads

March 6, 2013

Function Recursion


Program to show factorial using function recursion in objective-c.

26
1082 reads

March 6, 2013

Function Prototype


Program for showing function prototype.

256
2684 reads

March 6, 2013

Function Pointers


Program which implements function pointer.