Ruby Programming Language Question:

Download Job Interview Questions and Answers PDF

Explain about operators in Ruby?

Ruby Interview Question
Ruby Interview Question

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.

Download Ruby Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about the defined operator?Explain about environment variables present in ruby?