Is ruby a statically typed or a dynamically typed language?
Answer Posted / Abdul Mutlib Khan
Ruby is a dynamically typed language, meaning the type of a variable is determined at runtime rather than compile time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers