Question: How is method_missing used to create methods for converting different currencies? (Choose all that apply.) AIt uses a regular expression to find which method a
How is method_missing used to create methods for converting different currencies? (Choose all that apply.)
AIt uses a regular expression to find which method a call to a nonexistent method should be directed to.
BIt looks up currencies in a hash and removes trailing s's.
CIt cycles through a list of currencies and writes methods for converting each.
DIt redirects calls to nonexistent methods to a default conversion method in the superclass.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
