What is difference between objective c and swift programming?
Answer / Dushyant Singh Arya
"Objective-C is a superset of the C programming language that adds Object-Oriented Programming capabilities. Swift, on the other hand, is a modern programming language developed by Apple specifically for iOS, macOS, watchOS, and tvOS app development. Swift is designed to be more user-friendly with features like type inference, automatic memory management, and safer error handling."
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the three subatomic particles?
What is the difference between method and type?
What are kvc and kvo? Provide an example.
What is synchronized() block in objective c?
What is difference between datasource and delegate?
What is parsing? Mention which class can you use for parsing of xml in iphone?
What does the gc () method?
What is difference between array and nsarray?
What is typedef objective c?
What happens with the objects if the array is released?
What is data encapsulation in objective-c?
Is objective c statically typed?