Difference between Delegate and Notification?

Delegate is like telephone call, where your are aware which class is passing message to which class. Notification is like radio broadcast, where notification is fired by one class is received by none or all classes which are ready to listen/catch notification and perform actions accordingly.

Posted in Uncategorized | Leave a comment