The difference between a class's member function and an ordinary member function

Source: Internet
Author: User

Difference 1:

A static member function is actually a global function that does not depend on the object of a class. The static member function does not have the this pointer, but belongs to the class and does not create an object to call.

The ordinary member function relies on the object of a class, that is, it has a hidden call parameter (this) pointer, which must point to the object of a class.

Difference 2:

Static functions can only access static member variables in the class;

Difference 3::

If a member function wants to be used as a callback function, such as creating a thread, it is generally only possible to define it as a static member function.

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

The difference between a class's member function and an ordinary member function

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.