Ios technical questions, ios technical questions

Source: Internet
Author: User

Ios technical questions, ios technical questions

1. Difference between shallow copy and deep copy?

The copy-only address does not copy the object pointed to by the address.

Deep copy Copy address and point to the new object to be copied

2. What is advantage of categories? What is difference between implementing a category and inheritance?

 

Categories: modify the original functions without affecting or modifying the original category or module, and add new functions.

3. Difference between categories and extensions?

 

Categories: modify the original functions without affecting or modifying the original category or module, and add new functions.

4. Difference between protocol in objective c and interfaces in java?

 

I think they are the same protocol. They can be inherited from interfaces.

Interfaces in java is protocol in objective-c.

In java, the class in objective-c is the interface


5. What are KVO and KVC?

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.