What is toll-free bridging?
Answer / Man Mohan
Toll-free bridging allows Objective-C objects and Foundation Collection classes to be used interchangeably with Core Foundation counterparts without explicitly converting between them. This helps improve the performance of some operations by avoiding unnecessary copying or conversion.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is swift based on objective c?
What are the differences between copy and retain?
What is a goal and objective?
Mention whether nsobject is a parent class or derived class.
Can I write some c++ function in same .m file?
What is synchronized() block in objective c?
What are the two types of tangible property?
Can you differentiate polymorphism from abstraction?
What is dynamic dispatch method?
What is id type in objective c?
Explain the difference between #import and #include in objective-c?
Does objective c have multiple inheritance? Why not? How to imitate various inheritance?