Pergunta de entrevista da empresa Goqii Technologies

2. Difference between Delegate and Notification?

Respostas da entrevista

Sigiloso

29 de abr. de 2017

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.

Sigiloso

21 de dez. de 2019

Delegate is an object that acts on behalf of the coordinations with another object i.e one to one communication