1.27 Java Basics Summary ① access modifier access rights ② classes and methods basic declaration and use 1.27 Java Basics summary ① access modifier Access ② classes and methods basic declaration and use

Source: Internet
Author: User
Tags naming convention

1.27 Java Basics Summary ① access modifier access rights ② classes and methods basic declaration and use

Member variables (properties)
Adding member variables to the ① class
Access modifier type variable name private String name


② instantiating an Object
Call the constructor method class of the class to construct the object, Teacher one = new Teacher ();

Static can be called directly, because static is class-level

General rules of ③javabean inside
There should be public non-parametric constructs
There should be a Get/set method that conforms to the naming convention

Collection of ④ objects:
When no reference is directed to the object, the GC recycles

Active Recycle: object = null;

Access rights for ⑤ access modifiers
publicprotected Default Private
Similar √√√√
Same package √√√
Different buns category √√
Different packages not subclasses Yes

1.27 Java Basics Summary ① access modifier access rights ② classes and methods basic declaration and use 1.27 Java Basics summary ① access modifier Access ② classes and methods basic declaration and use

Related Article

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.