Given that \'most\' developers are Business application developers, the features of our favorite programming languages are used in the context of what we
Anytime when you execute any asynchronous operations, such as making webservice calls, you can use delegate so when the call returns, you can initiate the delegate call for the target to handle things.