Is objective c type safe language?
Answer / Pratima Dwivedi
"Objective-C" is not a type-safe language in the strict sense, as it allows for null or nil values and does not enforce strong typing like Swift. However, Apple added ARC (Automatic Reference Counting) to help manage memory automatically.n"
| Is This Answer Correct ? | 0 Yes | 0 No |
How to convert nsnumber to nsstring in objective c?
How do I create a bridge header in objective c?
Explain how the class “implementation” is represented in objective-c?
How we can layout subviews in a view?
What is atomic in objective c?
What are the advantages of using objective-c?
What are objective c properties?
Explain mutable types in objective c programming language?
Is objective c and c the same?
Explain what is the principle distinction between the function calls and messages?
What happens with the objects if the array is released?
What are the characteristics of the category?