1.

How to call function?

Answer»

This is how you call a FUNCTION:
[CLASSNAME methodName]
    For ANNOUNCING methods in same class, use this:
[self methodName]



Discussion

No Comment Found