Is objective c statically typed?
Answer / Aarti Martolia
Yes, Objective-C is a statically typed language. This means that the type of every variable must be declared before it's used.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the two types of m files?
What is the difference between polymorphism and abstraction?
What is nonatomic and strong in objective c?
Is objective c compiled?
What is difference between extern and global?
What are the size classes?
What is protocol in networking?
How to convert nsnumber to nsstring in objective c?
What is instance variable objective c?
What is the main difference between function calls and messages?
How declare methods in objective c?
When should you call dealloc method?