What is method swizzling in objective c and why would you use it?
Answer / Sudha Maurya
"Method Swizzling" is a technique used in Objective-C to dynamically swap out implementation of methods at runtime. It's useful when you want to modify the behavior of existing classes without modifying their source code or creating subclasses. This can be particularly helpful for debugging, testing, or implementing libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is .h and .m file in xcode?
What is the difference between a script file and a function matlab?
Explain what is protocol in objective-c?
Which is better swift or objective c?
Can you use objective c in swift?
What is .m file in objective c?
What is assign property in objective c?
What does it mean to be objective?
What are the rules of variable?
What is concept of property?
Explain the difference between #import and #include in objective-c?
What is inheritance in objective c?