March 7, 2013
Program to show how to access static variable of class from main through class method.
March 6, 2013
Program to show how to pass data to classes through its object.
Program to show how to create class object.
Program to pass multiple arguments to class and access the values in main.
Program to call class method through class object.
Program shows how to define and use constructor in objective-c
Program which shows how to define a class method and accessing it from main method.
Program to show factorial using function recursion in objective-c.
Program for showing function prototype.
Program which implements function pointer.