Is objective-c a dynamic language?
Answer / Rakesh
Yes, Objective-C is a dynamic programming language. This means it can change its behavior at runtime and is able to execute code that was not known at compile time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is objective-c a dynamic language?
What is m files document management?
Does objective c have multiple inheritance?
What is polymorphism in objective-c?
How is string represented in objective-c?
Can a static library (.a) contain resources like images, sound files etc?
What is abi stability?
When to use nsautoreleasepool??
What is the difference between #import and #include in objective-c?
When should you call dealloc method?
What is the difference between objective c and c++?
What is struct and enum?