Explain me what the difference is between false and nil in ruby?
Answer / Ravi Shankar
"False is a boolean value representing falsehood, while nil is a special object that represents the absence of an object or a value. False evaluates to zero in arithmetic operations and has no equivalent in Python."
| Is This Answer Correct ? | 0 Yes | 0 No |
What are blocks and procs?
Explain module mixins in Ruby?
how many ways you can create a concatenating string?
What are ruby variables.
Explain about Class variable and global variable?
What are some built-in ruby class exceptions.
As you know ruby provides four types of variables. List them and provide a brief explanation for each?
What is the difference between a statement and an expression in ruby?
Explain case statement in Ruby?
Explain about the programming language ruby?
What are the three levels of method access control for classes and what do they signify? What do they imply about the method?
What are the loops in ruby?