For example, in the Cocoa Framework, most of the touches methods do nothing unless you implement them. If, in all similar methods throughout my program, I call [super method:] before my custom implementation, would that ever cause realistic slowdown (hundredths of a second)?
Maybe a stupid question...But I ask since I don't know the low-level specifics of what a message costs.