What is objective c in ios?
Answer / Bhajananand Rajak
Objective-C is a superset of the C programming language and provides object-oriented capabilities. In iOS development, it serves as one of the primary programming languages along with Swift. Objective-C allows developers to create apps for Apple's platforms such as iOS, macOS, watchOS, and tvOS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is swift objective c?
Explain how to call a function in objective-c?
What is single inheritance in objective-c?
Will objective c be deprecated?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
What is posing in objective c?
Explain immutable types in objective c programming language?
What is a dispatch method?
What are the blocks? How will you use them?
Can I write some c++ function in same .m file?
Is objective c superset of c?
What is the difference between method and type?