What is objective c good for?
Answer / Soni Kumari
Objective-C is primarily used for developing applications on Apple's iOS, macOS, watchOS, and tvOS platforms. It provides an object-oriented environment using a combination of C syntax and Smalltalk-style messaging.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is property in objective c?
What is a function file?
Can you write setter method for a retain property?
How to restart app in objective c?
Is objective c, a dynamic language? True/false, explain.
Who calls dealloc method?
How to initialize nsmutabledictionary in objective c?
What is the difference between typedef and enum?
What is dynamic dispatch method?
How to create thread in objective c?
Mention whether nsobject is a parent class or derived class.
What is the use of category in objective-c?