Explain me what the difference is between false and nil in ruby?
Answer Posted / 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 |
Post New Answer View All Answers