Constructors (building blocks of code)

Source: Internet
Author: User

1 /*2 when an object is established, the corresponding constructor is called3 4 functions of constructors: can be used for initialization of objects5 */6 /*7 Building Code Blocks8 */9 Ten //Target Construction code block location change whether the object (Yes) constructor can be overloaded each time it executes One /* A Execution Order: Object creation--class loaded--static loading (member functions, variables)--constructors--building code blocks when calling methods - */ - classpersion the { -     Private intAge ; -     PrivateString name; -  +      -  +      Public Static voidCry () A     { atSystem.out.println ("Cry ..."); -     } -  - persion () -     { -System.out.println ("name=" +name+ "age=" +Age ); in     } -Persion (String name,intAge ) to     { +System.out.println ("name=" +name+ "age=" +Age ); -     } the persion (String name) *     { $System.out.println ("name=" +name+ "age=" +Age );Panax Notoginseng     } -     { theCry ();//constructing the location of a code block does not affect each initialization of the object +     } A } the  + classPersiondemo - { $      Public Static voidMain (String []args) $     { -Persion P1 =Newpersion (); -  thepersion P2 =NewPersion ("Dave", 15); -     }Wuyi}

Constructors (building blocks of code)

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.