What is the major difference between objective c and swift?
Answer / Anuj Deol
Swift is a modern programming language for iOS, macOS, watchOS, and tvOS that replaces Objective-C. Some major differences include: Swift is designed for safety (it prevents common programming errors like null pointers and memory leaks), it has a cleaner syntax (which makes the code more readable), it supports multiple programming paradigms (Objective-C only supports object-oriented programming), and it integrates well with C-based libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
What happen if we send any message to an object which is released?
What is objective writing?
What is objective c in ios?
What does @synchronized() do?
What is the difference between a script and function?
What is posing in objective c?
Is objective c better than swift?
How the class “implementation” is represented in objective-c?
Is there function overloading in objective-c?
What do you understand by protocol?
What is dynamic dispatch method?
What is differences between nsnull and nil in objective c?