Examveda

What does the term "method chaining" refer to in Ruby?

A. Passing multiple arguments to a single method call

B. Calling the same method recursively

C. Invoking multiple methods on the same object in a single line of code

D. Passing the return value of one method as an argument to another method

Answer: Option C


This Question Belongs to Ruby Programming >> Advanced Topics In Ruby

Join The Discussion

Related Questions on Advanced Topics in Ruby