What is objective c and swift?
Answer / Anjali Verma
"Objective-C and Swift are both programming languages used for iOS development. Objective-C was created as a superset of C, introducing object-oriented programming to Apple's platform. It has been the primary language for iOS app development since the launch of the App Store. Swift is a newer language that was introduced by Apple in 2014. It was designed to be more intuitive and safer than Objective-C, while still being compatible with existing Objective-C code."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is block variable?
What is dealloc?
How much does m files cost?
What do you mean by synthesized in objective-c?
What is kvc and kvo? Give an example of using kvc to set value.
How to initialize nsmutabledictionary in objective c?
What is an accessor method?
What is polymorphism in objective-c?
Is objective c still used?
What is objective c?
What is id?
What’s the contrast between utilizing a delegate and warning?