Examveda
Examveda

Which of the following is a correct way to call a method with arguments in Ruby?

A. method_name(arguments)

B. method_name.arguments

C. method_name(arguments)

D. None of the above

Answer: Option A


This Question Belongs to Ruby Programming >> Methods In Ruby

Join The Discussion

Related Questions on Methods in Ruby