m4ker
V2EX  ›  PHP

我今天发现PHP可以静态调用未声明静态的方法,请问JAVA,C++等语言可以么?

  •  
  •   m4ker · Mar 4, 2011 · 4914 views
    This topic created in 5586 days ago, the information mentioned may be changed or developed.
    <?php
    class test{
    function test2(){
    echo 'it works too';
    }
    }
    test::test2();

    这么写通过了,我想知道其他语言是否可以,请附上试验代码。
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1577 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 16:21 · PVG 00:21 · LAX 09:21 · JFK 12:21
    ♥ Do have faith in what you're doing.