calling a super method from a static method

后端 未结 6 1433
天涯浪人
天涯浪人 2020-12-05 18:14

Is it possible to call a super static method from child static method?

I mean, in a generic way, so far now I have the following:

public class BaseCo         


        
6条回答
提交回复
热议问题