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 normal method class?



Explain about normal method class?..

Answer / Uday Veer Singh

A regular or instance method in Ruby is a function defined within a class that operates on the instances of that class. These methods receive an implicit first argument called 'self' which refers to the object that the method belongs to. Regular methods can modify their owning objects, and they are invoked using dot notation (e.g., obj.my_method).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

Explain the use of ensure statement in Ruby?

1 Answers  


Explain about portability?

1 Answers  


What is the scope of a local variable in ruby?

1 Answers  


what is the difference between Procs and Blocks?

1 Answers  


How to write multiline string in Ruby?

1 Answers  


Can you please explain what is the difference between string and symbol?

1 Answers  


Tell me the role of modules and mixins in ruby?

0 Answers  


How an exception is handled in Ruby?

1 Answers  


Tell me how can we define ruby regular expressions?

1 Answers  


Explain Ruby if-else statement?

1 Answers  


Describe class libraries in Ruby?

1 Answers  


Tell me how you can create a controller for subject?

1 Answers  


Categories