Ruby Programming Language Question:
Download Questions PDF

Explain about ruby names?

Answer:

Classes, variables, methods, constants and modules can be referred by ruby names. When you want to distinguish between various names you can specify that by the first character of the name. Some of the names are used as reserve words which should not be used for any other purpose. A name can be lowercase letter, upper case letter, number, or an underscore, make sure that you follow the name by name characters.

Download Ruby Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about variables?Explain about normal method class?