将所有类放入包中,并将这些类定义为包私有。
package com.example.hereclass Hello{ //...}注意没有关键字
public吗?如果创建类Hello的实例在
com.example.here包中,则您将只能创建该实例的实例。

将所有类放入包中,并将这些类定义为包私有。
package com.example.hereclass Hello{ //...}注意没有关键字
public吗?如果创建类Hello的实例在
com.example.here包中,则您将只能创建该实例的实例。