What is the latest version of objective-c?
Answer / Pradeep Kumar Rawat
The latest version of Objective-C as of now (2023) is Objective-C 2.0, which was introduced with Xcode 4 in 2010. Apple has since moved towards Swift for iOS development, but Objective-C remains popular in Mac OS X and other projects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a script and function?
What is .h and .m file in xcode?
What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?
What is a block objective c?
What are the 5 principles of object oriented programming?
What is an example of category?
What is difference between array and nsarray?
How is string represented in objective-c?
Explain how to call function in objective-c?
What do you mean by @synthesize and @dynamic in the objective-c?
What are the important data types found in objective-c?
Who calls dealloc method? Can we implement dealloc in arc? If yes, what is the need to do that?