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 |
Mention whether nsobject is a parent class or derived class.
What do you mean by category and when to use it?
How do you add a category in objective c?
What is property classification?
Explain what is @synthesize in objective-c?
What does nonatomic mean?
Tell me about important protocol being used in objective c?
What is assign property in objective c?
What are the three main types of property?
What is dealloc?
What are some of the major differences between objective c and swift?
Is objective c object oriented?