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 |
How is string represented in objective-c?
Is objective c faster than swift?
Is objective c hard to learn?
Explain what is @synthesize in objective-c?
What is delegate in objective c?
What is polymorphism in objective-c?
What is a delegation protocol?
What are the differences between copy and retain?
How to make a code snippet thread safe?
Explain the way messaging works in objective-c?
What is difference between objective c and swift programming?
What are the main objectives of training?