m4ker
V2EX  ›  PHP

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

  •  
  •   m4ker · Mar 4, 2011 · 4865 views
    This topic created in 5556 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   ·   3113 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 00:33 · PVG 08:33 · LAX 17:33 · JFK 20:33
    ♥ Do have faith in what you're doing.