In Java, what is a constructor function? What is a constructor overload? What is a copy constructor?

Source: Internet
Author: User

When a new object is created, the constructor is called. Each class has a constructor function. The Java compiler creates a default constructor for this class in cases where the programmer does not provide a constructor for the class.

Overloading of constructors in Java is similar to method overloading. You can create multiple constructors for a class. Each constructor must have his or her unique argument list.

Java does not support copy constructors like those in C + + because Java does not create a default copy constructor if you are not a constructor of your own writing.

In Java, what is a constructor function? What is a constructor overload? What is a copy constructor?

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.