What is the use of objective c?
Answer / Mohd Roshan Pasha
"Objective-C" is primarily used for developing applications for Apple's iOS and macOS platforms. It allows developers to create powerful, high-performance apps using a combination of object-oriented programming principles and a dynamic runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is synthesized in objective-c?
What do you mean by @synthesize and @dynamic in the objective-c?
What is inheritance in objective c?
What is synchronized() block in objective c?
Explain class definition in objective-c?
Explain what do you mean by dot notation?
How to initialize nsmutabledictionary in objective c?
What is the difference between category and extension in objective c?
Is python static or dynamic?
Can I write some c++ function in same .m file?
Is objective c object oriented?
What are benefits of collections views?