+ 3
What is the difference between swift and objective c in ios app ????
i am ios developer and i want to know the difference
2 Answers
+ 2
There are so many differences as Objective C is a long-standing language while swift is relatively new. App development in swift could be faster than in Objective-C. The usage of generics and higher-order functions results in cleaner, more reusable code. Also, Objective-C is potentially more vulnerable to hackers because it is well known and has existed for so many years.
+ 1
Hello