Java_ Access Control permissions

Source: Internet
Author: User

Java has four permissions, Private<default<protected<public

No. Range Private Default Protected Public
1 Same package same class
2 Different classes of the same package
3 different bun types
4 Different packages not subclasses

java95% Follow the principle

property is defined using private

method uses the public definition

Naming conventions:

Class: First letter must be capitalized

Properties: The first letter of the letter is lowercase, and then each of the first letters of the word capital

Method: The first letter of the letter lowercase, and then each word First capital

Package Name: All letters all lowercase

Constants: All letters uppercase public static final String INFO = "Hello";

Java_ Access Control permissions

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.