What is objective c & why it is used for?
Answer / Anil Kumar Daiya
Objective-C is an object-oriented programming language that was developed at NeXT Computers by Brad Cox and Tom Love in the 1980s. It adds Smalltalk-style messaging to the C programming language, resulting in a hybrid language. Objective-C is primarily used for developing applications on Apple's macOS, iOS, watchOS, and tvOS platforms.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is protocol in objective-c?
What is differences between nsnull and nil in objective c?
Is swift based on objective c?
Who calls dealloc method?
Is it possible to implement dealloc in arc?
How different is objective c from swift?
What is a class in objective c?
What is objective c used for?
What is m files document management?
What is difference between objective c and c?
Can you use objective c in swift?
What is the difference between underscore and self (i.e self.xx and _xx) ?