Is objective c type safe?
Answer / Narendra Kumar Jaysal
Objective-C is not as type-safe as some modern programming languages like Swift or C++, due to its dynamic nature and reliance on runtime typing. However, it does have features like type annotations and the Objective-C Runtime that provide some level of type safety.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
What are the advantages of swift over objective c?
Can you use objective c in swift?
How declare methods in objective c? And how to call them?
What are the delegate?
Explain types of protocol?
What can’t we put into an array or dictionary?
What is responder chain?
What is .m file in xcode?
Can you learn swift without knowing objective c?
Can I write some c++ function in same .m file?
Explain what do you mean by synthesized in objective-c?