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 |
Which class is used to establish a connection between applications to the web server?
How to reverse array in objective c?
What is id type in objective c?
Tell us the result when you invoke a particular method on a nil pointer?
What are the delegate?
List out the methods used in nsurl connection?
What is difference between objective c and swift?
Can a protocol have properties?
What is atomic property?
How to implement in app purchase in ios objective c?
What is the difference between nsdictionary and nsmutabledictionary?
What is the use of synchronized() block in objective c?