purity | |||
100% | ID (2) | Introspection Dominates |
Angela Brett, because the type of an object in Objective-C/Cocoa is not bound at compile time (where all object pointers could be the generic 'id' if you like) but is discovered at run-time by introspection. Computers:Programming:Cocoa |