What is the use of objective c?



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

Post New Answer

More Objective-C Interview Questions

How do you define a block?

1 Answers  


How do you define a protocol?

1 Answers  


What is the difference between category and extension in objective c?

1 Answers  


Can you learn swift without knowing objective c?

1 Answers  


Is reference counting garbage collection?

1 Answers  


Explain what is the principle distinction between the function calls and messages?

1 Answers  


What is property in objective c?

1 Answers  


Explain what do you mean by synthesized in objective-c?

1 Answers  


What do you mean by @synthesize and @dynamic in the objective-c?

1 Answers  


What does nonatomic mean?

1 Answers  


Are id and instancetype same? If not, what are differences between them?

1 Answers  


What are the blocks? How will you use them?

1 Answers  


Categories