What is posing in objective c?
Answer / Shivram Meena
Posing, also known as category naming collisions, refers to the issue where two or more categories with the same name are defined for the same class. This can lead to unpredictable behavior and errors during runtime. To avoid such situations, it is recommended to use unique category names.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the size classes?
What is nsstring?
Does objective c have multiple inheritance?
What are the blocks? How will you use them?
Is objective c faster than swift?
Explain what do you mean by synthesized in objective-c?
Can I use objective c in swift?
Can a protocol have properties?
What is main storyboard?
How to check array contains value in objective c?
What does mean in xcode?
How do I open .am files?