Is ruby a strongly typed or a weakly typed language?
Answer / Satendra Kumar Yadav
Ruby is a dynamically typed language, which means that variables do not have fixed types and their types are determined at runtime. However, Ruby also supports optional type checking.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain retry statement in ruby.
Explain me what the difference is between false and nil in ruby?
What is a symbol in ruby?
What is the difference between #== and #eql??
What is the difference between “#==” and “#equal?”
What are the looping structures available in ruby?
Can you call a private method outside a ruby class using its object?
What are some advantages of using ruby?
Is ruby supports single inheritance/ multiple inheritance or both?
What is RubyGems in Ruby programming language?
Explain case statement in Ruby?
Explain about Float, Dig and Max?