Is objective-c a dynamic language?



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

Post New Answer

More Objective-C Interview Questions

Is objective-c a dynamic language?

1 Answers  


What is m files document management?

1 Answers  


Does objective c have multiple inheritance?

1 Answers  


What is polymorphism in objective-c?

1 Answers  


How is string represented in objective-c?

1 Answers  


Can a static library (.a) contain resources like images, sound files etc?

1 Answers  


What is abi stability?

1 Answers  


When to use nsautoreleasepool??

1 Answers  


What is the difference between #import and #include in objective-c?

1 Answers  


When should you call dealloc method?

1 Answers  


What is the difference between objective c and c++?

1 Answers  


What is struct and enum?

1 Answers  


Categories