Is it possible to override operator use in Objective-C?
For example
myClassInstance + myClassInstance
calls a custom function to ad
No, Objective-C does not support operator overloading.