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 |
Can a protocol have properties?
Can objective c run on windows?
What is atomic in objective c?
How do you define a block?
What do you mean by @synthesize and @dynamic in the objective-c? And also explain what do you mean by synthesized in objective-c?
What are properties and instance variables in objective c and swift?
What is gcd?
How to convert nsnumber to nsstring in objective c?
What is dictionary objective c?
Can you use objective c in swift?
What is the major difference between objective c and swift?
What are the three main types of property?