Delegate vs Protocol

Viewed 19001

Possible Duplicate:
Difference between protocol and delegates?

Is there any difference between Protocol and Delegates?

If they are same why do we need two doing the same?

When to use Delegate and when to use Protocol.

I am new to Objective-C and Iphone programming. So please bear with me.

2 Answers
Related