Swift and Objective-C support extending an existin...
# random
m
Swift and Objective-C support extending an existing type with a protocol (interface) at runtime. There’s nothing like that in Java, Kotlin and many other languages. And as mentioned above, Go supports not exactly the same but a similar approach.