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 the major difference between objective c and swift?
How do I add objective c to swift project?
What are the blocks? How will you use them?
When might you use a cfarray/dictionary instead of a nsarray/dictionary?
Is objective c difficult?
What do you mean by @synthesize and @dynamic in the objective-c? And also explain what do you mean by synthesized in objective-c?
Is objective c faster than swift?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
What can objective c be used for?
What is assign property in objective c?
How to declare variable in objective c?
Is objective c statically typed?