The use of object-oriented static method properties and constants

Source: Internet
Author: User
  1. Static methods are functions that use classes as scopes, static methods cannot access normal properties in the class, and static properties can be accessed.

  2. We cannot invoke static methods in objects, and static methods and properties are also known as class methods and properties.

  3. A static method can be called anywhere the class can access it, and every instance of the class can access a static property, and the static properties and methods are accessible without the need for an instance object.

  4. Constants declare a constant property with the keyword const to contain only the base data type.

The use of object-oriented static method properties and constants

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.