C + + Object-oriented programming: memory allocation and static members of objects

Source: Internet
Author: User

An object is an instance of a class, and memory allocations occur at the time of the declaration of the object, rather than the definition of the class, but each memory allocation does not always allocate memory space for each object's member function, and once it becomes part of the definition of the class, the member function is created once in memory, Because all objects of the same class use the same member function, there is no need to allocate memory space for each object's member function. For each object, it only has the data members to get the corresponding memory space.

As shown, slightly rougher

650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/7A/C6/wKiom1a0ol2wdrblAAA4K_JXdZQ666.png "title=" Qq20160205212204.png "alt=" Wkiom1a0ol2wdrblaaa4k_jxdzq666.png "/>

static member functions

C + + Object-oriented programming: memory allocation and static members of objects

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.