Is objective c dynamically typed?
Answer / Amarnath Sonkar
Yes, Objective-C is dynamically typed. This means that the type of an object isn't checked until runtime, allowing for greater flexibility but also increasing the possibility of runtime errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an m file?
How do I open .am files?
Can we implement dealloc in arc? If yes, what is the need to do that?
Why is objective c used?
Explain the way messaging works in objective-c?
Can we create dynamic classes in objective c?
Why swift is faster than objective c?
What is a delegate objective c?
What is an example of category?
What is a .m file?
What are the two types of m files?
Tell me something about objective-c blocks?