Is python static or dynamic?
Answer / Ajay Pratap Singh Yadav
Python is dynamically typed and dynamically Dispatched. This means that the types of variables are checked at runtime, not at compile-time.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between atomic and nonatomic synthesized properties?
Does objective c support multiple inheritance?
Will objective c be deprecated?
What are objective c properties?
Is objective c still used?
What is data encapsulation in objective-c?
What is difference between c and objective c?
What is the difference between a script and function?
Explain immutable types in objective c programming language?
Explain how to call a function in objective-c?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
Who made objective c?