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

Explain the difference between a single quote and double quote?

1 Answers  


Explain the three levels of access control for ruby methods?

1 Answers  


Explain the concepts and capabilities of garbage collection feature of Ruby?

1 Answers  


Explain how Symbol is different from variables?

1 Answers  


Explain ruby ranges. What are the ways to define ranges?

1 Answers  


Mention what is the command to create a migration?

1 Answers  


What is the scope of a local variable in ruby?

1 Answers  


Explain about the command line options?

1 Answers  


Is ruby whitespace-dependent?

1 Answers  


Name different methods for io console in ruby?

1 Answers  


Write the command to get installed Ruby version in your system?

1 Answers  


How symbol is different from variables?

1 Answers  


Categories