What is difference between objective c and swift?
Answer / Avinash Rai
"Objective-C and Swift" are two programming languages used for developing iOS applications. Objective-C is an older language based on C, with object-oriented capabilities added. Swift, introduced later, is a more modern language designed by Apple to improve performance, reduce complexity, and enhance safety.n"
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a goal and objective?
How do you call a method in objective c?
Explain how the class “implementation” is represented in objective-c?
What is abi stability?
What are nsautoreleasepool? When to use them?
How to make a code snippet thread safe?
Explain the difference between atomic and nonatomic synthesized properties.
What are the three subatomic particles?
What is a .m file in xcode?
Explain what is data encapsulation in objective-c?
What is difference between nsstring and nsmutablestring?
What are class b properties?