Ruby Programming Language Question:
Explain about operators in Ruby?
Answer:
Like all the modern languages Ruby supports many different operators to its credit. Most of the operators in Ruby are in fact methods due to the object oriented nature of the language. This feature gives Ruby an edge over its competitors. Semantics of these operators can be changed due to the object oriented nature of the language.
Previous Question | Next Question |
Explain about the defined operator? | Explain about environment variables present in ruby? |