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 |
How to call a function in objective-c?
What do you mean by dot notation?
What are the delegate?
Is objective c similar to c++?
What is enum in objective c?
What is .m file in objective c?
What happen if we send any message to an object which is released?
What is the difference between method and type?
What is singleton in objective c?
What are the 5 principles of object oriented programming?
What are static attributes?
How do I open .m files?