The use of visibility modifiers in Java

后端 未结 8 2258
谎友^
谎友^ 2021-01-06 01:32
class Orange{

    Orange(){
    }

}

What is the difference between the usage of the modifier - in this case, package-private - in front of the cl

8条回答
  •  醉话见心
    2021-01-06 02:08

    The use and types of class level modifiers:

    http://javapapers.com/core-java/access-modifiers-in-java-explain/

    The use and types of constructor level modifiers:

    http://www.careercup.com/question?id=296844#commentThread302715

提交回复
热议问题