What does "conform to" means in IPhone Development? This word is extensively used but I can't find a satisfactory definition of it.
Let's say If we have 3 classes - A,B & C
If A inherits B & If A conforms to C
What does that means?
Also, Why does most classes,protocols conforms to NSObject.