about "static function" in c++,what is corresponding feature in Java -


about "static function" in c++,what corresponding feature in java

thank you

you can declare class method static

public static int test(int i) { ... } 

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -