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


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



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

Answer / Abhishek Kumar Rai

In Ruby, there are three levels of method access control for classes: public, protected, and private. nn- Public methods (denoted with no modifier) can be called from anywhere, even outside the class.n- Protected methods (prefixed with a single 'at' symbol '@') can only be called within the class and its subclasses.n- Private methods (prefixed with two 'at' symbols '@@') can only be called from within the defining class itself.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

How will you rename and delete a file in Ruby?

1 Answers  


How do the following methods differ: @my_string.strip and @my_string.strip! ?

1 Answers  


What things we can define in the model?

1 Answers  


How to access Ruby strings elements in an application?

1 Answers  


What are blocks and procs?

1 Answers  


Explain module mixins in Ruby?

1 Answers  


Tell us in ruby, it explains about the defined operator?

1 Answers  


Do you know how ruby looks up a method to invoke?

1 Answers  


Explain when self.up and self.down method is used?

1 Answers  


Explain about the defined operator in ruby?

1 Answers  


How is object methods defined in ruby?

1 Answers  


Tell me how symbol is different from variables?

1 Answers  


Categories