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 |
What is gcd? What are its advantages over nsthread?
Is objective c hard?
Does copy increase retain count?
Can we create dynamic classes in objective c?
How do you insert a block?
What is retain count?
Can a static library (.a) contain resources like images, sound files etc?
What objective-c program consists of?
Mention what is the primary use of the category in the objective-c?
What is a process and thread?
What's the difference between a thread safe and a thread unsafe function?
Can I use objective c in swift?