Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is monkey patching in Python?
Answer:

Monkey patching is the term used to denote the modifications that are done to a class or a module during the runtime. This can only be done as Python supports changes in the behavior of the program while being executed.

Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook