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...


Tell me how you define instance variable, global variable and class variable in ruby?



Tell me how you define instance variable, global variable and class variable in ruby?..

Answer / Nushrat Naz

{"instance_variable": "Instance variables are variables that belong to an individual object. They are created with the @ symbol before their name (e.g., @instance_var).","global_variable": "Global variables are variables accessible from anywhere within a Ruby program and are created using the $ symbol before their name (e.g., $global_var).","class_variable": "Class variables are variables that belong to a class and are created with two at signs (@@) before their name (e.g., @@class_var)."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

Do you know when self.up and self.down method is used?

1 Answers  


Mention what is the difference between a gem and a plugin in ruby?

1 Answers  


How to access Ruby array elements? How many methods are used to access Ruby elements?

1 Answers  


What function converts all html special symbols to html entities in ruby?

1 Answers  


What are the case statement in ruby?

1 Answers  


Is ruby a statically typed or a dynamically typed language?

1 Answers  


Tell me what is the role of sub-directory app/controllers and app/helpers?

1 Answers  


what is the difference between String and Symbol?

1 Answers  


what is class libraries in Ruby?

1 Answers  


What things we can define in the model?

1 Answers  


What method might you use to remove duplicate values from an array?

1 Answers  


What are differences between ruby and python?

1 Answers  


Categories