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 copy increase retain count?
Is struct a class?
Does objective c have multiple inheritance? Why not? How to imitate various inheritance?
What is difference between c and objective c?
Is apple stopping supporting objective c?
Does objective c have pointers?
How to create thread in objective c?
What is a nsstring?
What is difference between method and constructor?
When might you use a cfarray/dictionary instead of a nsarray/dictionary?
What is concept of property?
How to convert string to nsnumber in objective c?