Are static methods inherited in Java?

后端 未结 14 1563
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-22 05:08

I was reading A Programmer’s Guide to Java™ SCJP Certification by Khalid Mughal.

In the Inheritance chapter, it explains that

Inherit

14条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 05:49

    Static members are universal members. They can be accessed from anywhere.

提交回复
热议问题