Differences between instance members and Class Members

Source: Internet
Author: User

1. instance members

Instance members include instance member variables and instance Member methods. instance member variables (object fields) and methods (Object methods) are subordinate to objects, the value of the instance variable represents the state of the object, and the instance Member method represents the behavior of the object. Only after an object is created can the instance member variables and instance Member methods be accessed. The instance members can be accessed through the "Object Name. variable name (method name)" method.

 

2. Class Members

Class Members (static members) must be identified with the keyword static. class members include class member variables and class member methods. class members belong to the class, this means that the class name can directly invoke the class member variable or call the class member method, and can reference the class member even if no object is created.

Differences between instance members and Class Members

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.