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 |
What is protocol in simple words?
What is a block objective c?
What do you mean by cocoa?
How do you define a protocol?
How is string represented in objective-c?
Mention whether nsobject is a parent class or derived class.
How to convert data to string in objective c?
How is #import different from #include?
Is objective c and c the same?
Is objective c type safe language?
What is the use of synchronized() block in objective c?
When would you use nsarray and nsmutablearray?