In Java:
The access permissions in Java include public, private, protected, and default package access permissions. If the attribute methods in the class do not show the specified access permission, the package access permission is granted, I like
Protectedto talk about the protected access rights issue. Look at example 1 below:Test.java
Class MyObject {} public
class Test {public
static void Main (string[] args) {
MyObject obj = new MyObject (); C5/>obj.clone (); Compile
In Java, the three reserved words are used to modify the data members and member functions of the class, and the class itself. In C ++, the data members and member functions of the modifier class, and the inheritance of the class, but you don't need
1.public protected Default Private groupPublic permissions are the largest, homogeneous, same package, different packages, with the Bun class between the parent class, different buns class can be accessed between the parent class.Java defaults to
First, ThreadJava/c++ is an object-oriented third-generation computer high-level programming language, its essence is identical, but the syntax is really different, a little attention is easy to cause confusion. This article summarizes some of the
Analysis of Java decoration appended public default protected private static final abstractthe function of a modifier: used to define a class, method, or variable, usually at the front end of a statementTwo classification (broadly divided into two
Java is very attractive, but for beginners who have just entered the Java threshold, compiling and running a very simple Java program is simply a nightmare. Clearly, the program is correct, but all kinds of confusing error messages really make you
Java provides three access control permissions: Public protected private. Therefore, the access permission with the name "anonymous" means that external users cannot access the database. When inheriting the database, you must consider whether the
Transferred from: http://www.cnblogs.com/webapplee/p/3771708.htmlJava modifier type (public,protected,private,friendly)Public classes, generic variables and methods, and any class within and outside the package can be accessed;Protected classes,
The difference between private, protected, public, and default in Java1) for the public modifier, it has the most access rights and can access any class, interface, exception, etc. under Classpath. It is often used for external situations, i.e. the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.