java中public,protected,private關鍵字以及缺省訪問權限修飾符的用法細節

設ParentClass類當中有一個fun方法,所有繼承該類的子類稱之爲SubClass。 一、public關鍵字: 使用public修飾fun。 1.同包下: (1)同包子類下,實例化得到ParentClass對象,可以訪問public修飾的方法或屬性。 (2)同包子類下,實例化得到SubClass對象,可以訪問public修飾的方法或屬性。 ps:上圖中的 ParentClass對象也可以通過
相關文章
相關標籤/搜索