Is ruby a statically typed or a dynamically typed language?
Answer / 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 |
Explain break statement in Ruby?
what is the syntax for Ruby collect Iterator?
In how many ways items can be removed from array in Ruby?
Explain the difference between a single quote and double quote?
what is the purpose of the rakefile available in the demo directory in ruby?
Are numeric objects mutable in ruby?
Explain the use of global variable $ in Ruby?
Is ruby supports single inheritance/ multiple inheritance or both?
Tell me what does ruby name refers to?
Can method names be capitalized?
How does ruby deal with extremely large numbers?
Explain about ruby code blocks?