Javascript functional objects (1) simulate private variables and methods of classes using closures

Source: Internet
Author: User

In the development of JavaScript frameworks, object-oriented programming and functional programming have their own advantages, and vary with different situations.
Apart from setting some type constants in the Singleton factory, closures are usually used to simulate private variables and methods of classes.
Combined with the prototype mechanism of JS, a JS function with object-oriented characteristics can be instantiated in the form of reducing memory usage.

Each time a new tree instance is created, the memory will open up physical space for its private variables, private methods, and all methods that can access private variables and private methods, there is always only one method in prototype. Therefore, we can put methods that do not need to save their own state information into the prototype of the JS function object to save the browser's memory overhead.

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.