Why can't static variables be operated in static methods? What should I do?

Source: Internet
Author: User
Why can't static variables be operated in static methods? Why can't static variables be operated in static methods? For more information, see <g id = "1">. </g>. This object is generated at runtime. Generally, non-static methods can operate static methods and variables. Static methods cannot operate non-static methods or change static methods. why cannot they operate static variables?
Why can't static variables be operated in static methods? Explain ..

------ Solution --------------------
Static methods are defined during compilation, and an object is required to operate non-static variables. This object is generated at runtime.
Generally, non-static methods can operate static methods and variables. Static methods cannot operate non-static methods and variables. (However, php can call non-static methods statically in violation of regulations)
Http://cn.php.net/manual/zh/language.oop5.static.php
------ Solution --------------------
It doesn't matter if I make a mistake, as long as you don't become stupid.

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.