Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain about ruby names?



Explain about ruby names?..

Answer / Vinay Kumar Katiyar

The Ruby programming language follows a set of naming conventions for variables, methods, classes, and modules. Variable names should be descriptive, start with an alphabet, followed by any number of alphanumeric characters or underscores. Method names are similar but begin with a verb in lowercase. Class names are capitalized camelCase (e.g., MyClass), while module names use all uppercase letters separated by underscores (e.g., MY_MODULE). Ruby also supports constants, which are named using ALL_CAPS convention.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

What are the three levels of method access control for classes and what do they signify? What do they imply about the method?

1 Answers  


Tell us how would you implement hash in ruby internally?

1 Answers  


What are advantages of using ruby?

1 Answers  


Mention what is the command to create a migration?

1 Answers  


What is a symbol in ruby?

1 Answers  


Tell me what is the command to create a migration?

1 Answers  


What is the difference between extend and include?

1 Answers  


Explain me what the difference is between false and nil in ruby?

1 Answers  


Difference between nil and false in ruby?

1 Answers  


How to access Ruby strings elements in an application?

1 Answers  


What must you do first before you can invoke an unboundmethod object?

1 Answers  


Tell me how would you freeze an object in ruby? Can you provide a simple example?

1 Answers  


Categories