What is objective c & why it is used for?



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

Post New Answer

More Objective-C Interview Questions

Explain what is protocol in objective-c?

1 Answers  


What is differences between nsnull and nil in objective c?

1 Answers  


Is swift based on objective c?

1 Answers  


Who calls dealloc method?

1 Answers  


Is it possible to implement dealloc in arc?

1 Answers  


How different is objective c from swift?

1 Answers  


What is a class in objective c?

1 Answers  


What is objective c used for?

1 Answers  


What is m files document management?

1 Answers  


What is difference between objective c and c?

1 Answers  


Can you use objective c in swift?

1 Answers  


What is the difference between underscore and self (i.e self.xx and _xx) ?

1 Answers  


Categories