Q3
What is the purpose of the method_missing method in Ruby?
A.
Intercepting method calls before they are executed
B.
Defining custom method behaviors based on method names
C.
Handling undefined method calls
AnswerD.
Providing default implementations for missing methods
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board