Possible Duplicate:
How to call a method of another Class?
i have 2 classes. in the first i have declared a method which has to remove an object from an array in the same class. in the second class i have to call this method from the first class. How can i do it?
In
MySecondClass.mnameOfMethod must be declared in
MyFirstClass.h