Swift Learning: Construction process

Source: Internet
Author: User

A construction process is a preparation process that precedes an instance of a class, struct, or enumeration type. You must perform this procedure before a new instance is available, including setting the initial value of each stored-type property in the instance and performing other necessary settings or initialization work.

The constructors are defined to implement the construction process, which can be seen as a special method for creating a new instance of a particular type. Unlike constructors in OC, Swift's constructors do not need to return a value, their primary task is to ensure that the new instance completes the correct initialization before the first use.

Instances of a class can also perform specific cleanup work before the instance is freed by defining the destructor.

Swift Learning: Construction process

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.