Ruby Programming Language Question: Download Ruby PDF

Explain about operators in Ruby?

Tweet Share WhatsApp

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 PDF Read All 26 Ruby Questions
Previous QuestionNext Question
Explain about the defined operator?Explain about environment variables present in ruby?