---
title: "What is the difference between delegates and notifications?"  
description: "What is the difference between delegates and notifications?"  
author: "Anonymous User"  
published: 2015-08-06  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/12762/what-is-the-difference-between-delegates-and-notifications  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# What is the difference between delegates and notifications?

## Delegates and Notifications

**\**

**A delegate** uses protocols and creates a has-a relationship between the two classes. One of the other benefits of delegates is that you can return something back to the owning class.Notifications are more geared towards point to multipoint communication.Delegates create relationships between classes. Notifications are used to send events to one or many classes.we have to use delegate to specified known object.notification for all object.\

## Answers

### Answer by Anonymous User

## Delegates and Notifications

**\**

**A delegate** uses protocols and creates a has-a relationship between the two classes. One of the other benefits of delegates is that you can return something back to the owning class.Notifications are more geared towards point to multipoint communication.Delegates create relationships between classes. Notifications are used to send events to one or many classes.we have to use delegate to specified known object.notification for all object.\


---

Original Source: https://www.mindstick.com/interview/12762/what-is-the-difference-between-delegates-and-notifications

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
