Is it possible to override operator use in Objective-C?
For example
myClassInstance + myClassInstance
calls a custom function to ad
No, you can't do this in Objective-C.