In java the private keyword is an access modified.
that limit the visibility of field method and constructor to the class that defines them
it can be accessed only with in the same class
原文链接:what is private ?
© 版权声明
THE END
In java the private keyword is an access modified.
that limit the visibility of field method and constructor to the class that defines them
it can be accessed only with in the same class
原文链接:what is private ?
暂无评论内容