Major difference between delegate and notification?
Answer Posted / babu
Delegate: One to one message passing between objects.
Notification: One to many or broadcasting type of message passing between objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between bounds and frame?
Explain "private", "protected" and "public"?
Explain interfaces?
What is iphone os?
What is the 'implementation'?
What is reference count in ios?
What is delegate in ios with example?
What is background mode in ios?
How you will store user info (username, password or token) securely in ios?
What are ios protocols?
What is difference between 'assign' and 'retain' keyword?
What are all the instruments available in Xcode in iOS operating system?
How are non-atomic and atomic properties different? Which one is the default property for synthesized properties?
What are various singleton instances provided by frameworks?
Can a "delegate" retained in ios?