What is objective point of view?
Answer / Siddhartha Sharma
"Objective Point of View' (OPOV) is a programming paradigm used in Objective-C, where objects communicate with each other through messages and the receiver of the message determines how to respond. This makes OPOV flexible and easy to understand since there are fewer dependencies between classes."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is delegation protocol?
How dispatch_once runs only once?
How to call function?
What is umbrella header?
What is polymorphism in objective-c?
What is the use of objective c?
Is objective-c is used in window also?
Explain the types of protocol?
What is the difference between objective c and c++?
What does mean in xcode?
When will you use nsarray and nsmutablearray? Which one is faster?
What is difference between mutable and immutable?