Why Delegates? Why not Call Methods Directly?

added by Nick Chamberlain
5/20/2016 2:05:10 PM

628 Views

Delegates... being a developer/engineer/tinkerer, you naturally want to "get" them. You may kind of get them, but not feel like you can explain them to someone else. One reason is the practicality of delegates isn't always clear. Why couldn't you just directly call a method on an object instead of using a delegate?


0 comments