[Solved] Understanding a method from objective-c [closed]
[ad_1] In this method a is the parameter of class StockHolding. So when passing parameter to the method, always * symbol followed by class. So that it will typecast to the object accordingly. For example below:- This is the NSString class method:- + (id)stringWithString:(NSString *)aString In this aString is the parameter whose type refers to … Read more