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 |
Can a static library (.a) contain resources like images, sound files etc?
How to convert nsnumber to nsstring in objective c?
What is .h and .m file in xcode?
What are the 5 principles of object oriented programming?
What does alloc mean in objective c?
What is enum constant?
What is a goal and objective?
What is property in objective c?
Mention what is the primary use of the category in the objective-c?
Mention whether nsobject is a parent class or derived class.
What is the main difference between function calls and messages?
Who calls dealloc method? Can we implement dealloc in arc?