Q10
What does the term "monkey patching" refer to in Ruby?
A.
Assigning custom methods to specific objects
B.
Modifying or extending existing classes or modules at runtime
AnswerC.
Overriding built-in methods with custom implementations
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board