I'm, trying to emulate a Double Dispatch in Objective-C.
I know Objective-C does not support function/method overloading. But can you emulate this?
Any idea.
In this repo give an example of how to Implement Double Dispatch in Objective-C
Double Dispatch
Objective-C