Is objective c, a dynamic language? True/false, explain.
Answer / Prashant Kumar Shrivastava
True. Objective-C is a dynamic, statically typed, object-oriented programming language that allows for runtime binding of method calls and object allocation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does objective-c contain private strategies?
Does objective c have garbage collection?
When will you use nsarray and nsmutablearray? Which one is faster?
What are objective- c blocks?
Explain how to call function in objective-c?
What are kvc and kvo? Provide an example.
Can delegates be retained?
Explain what are the attributes of category?
Tell us the result when you invoke a particular method on a nil pointer?
Can you please explain the way messaging works in objective-c?
Why is objective c syntax so weird?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?