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


How ruby looks up a method to invoke?



How ruby looks up a method to invoke?..

Answer / Jolly

Ruby uses dynamic method lookup where the method is resolved at runtime. It first checks for the method in the object's class, then in its parent classes (until Object), and if the method is not found, it raises NoMethodError.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

What does irb stand for?

1 Answers  


Can you call a private method outside a ruby class using its object?

1 Answers  


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

1 Answers  


Can you list out the few features of ruby?

1 Answers  


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

1 Answers  


How to access Ruby strings elements in an application?

1 Answers  


What are ruby variables.

1 Answers  


What is the difference between a class and a module?

1 Answers  


Tell me how do you remove nil values in array using ruby?

1 Answers  


What is the difference between nil and false in ruby?

1 Answers  


Explain about class libraries in ruby?

1 Answers  


Where does a scope change in a ruby program?

1 Answers  


Categories