What is objective c written in?
Answer / Mohammad Jafar
Objective-C is a programming language that was primarily developed at NeXT by Brad Cox and Tom Love between 1987 and 1989. It is syntactically based on the C programming language but adds Smalltalk-style messaging to it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is objective c similar to java?
What happen if we send any message to an object which is released?
What is an accessor method?
Tell me something about objective-c blocks?
Is method and function same?
What is atomic property?
What is strong and weak in objective c?
What is property and its types?
How do I open .m files?
Distinguish between @synthesize and @dynamic in objective –c?
How can we put nil it into dictionary/array?
What is struct in objective c?