What is objective c?
Answer / Rishish Mishra
Objective-C is a superset of the C programming language and provides object-oriented capabilities, such as encapsulation, inheritance, polymorphism, and messaging. It was developed by Brad Cox and Tom Love in 1984.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does objective-c contain private strategies?
What are the classifications of property?
How dispatch_once runs only once?
Explain the difference between atomic and nonatomic synthesized properties.
What’s the contrast between active, inactive, not-running, background and suspended execution states?
How to convert nsnumber to nsstring in objective c?
How do I open .am files?
What objective-c program consists of?
When will you use nsarray and nsmutablearray? Which one is faster?
What is enum in objective c?
How do you check for leaks?
What is the difference between string and nsstring?