What’s the contrast between utilizing a delegate and warning?
Answer / Arpit Agarwal
'Utilizing a delegate': This is a design pattern in which an object notifies another object when something happens. Delegates are used to handle specific tasks or respond to user events. 'Warning': A message that alerts the developer of potential issues or problems within their code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between extern and global?
What can objective c be used for?
How can we put nil it into dictionary/array?
What does the objective c program fundamentally comprise of?
What is synchronized() block in objective c?
What is the difference between atomic and nonatomic synthesized properties?
What is a delegate objective c?
How do you define a block?
Is nsobject a parent class or a derived class?
What are objective c properties?
What is the difference between polymorphism and abstraction?
How do I import a swift file into objective c?