Vidyalelo
Ruby Programming · Q24

Advanced Topics in Ruby

Programming · Ruby Programming · question 24

Q24

What is the purpose of using the method_missing method in Ruby?

A.
To override the default behavior of missing methods
B.
To define custom behavior for certain methods
C.
To prevent method calls on certain objects from raising errors
D.
To handle method calls for undefined methods dynamically
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board