Why is List list = new ArrayList, not directly with ArrayList

Source: Internet
Author: User
The list is an interface, and ArrayList is a class. ArrayList inherits and implements the list.

ArrayList (); This sentence creates a ArrayList object and then traces it back to the list. At this point it is a list object, some ArrayList have but

ArrayList (); Creating an object preserves all properties of ArrayList.


Ask

LinkedList or vectors and so on, now you're using ArrayList, and maybe someday you need to switch to another implementation class? , you just have to change the line.

Alist = new ArrayList (), which you have changed, especially if you have used ArrayList unique methods and properties.
, if there is no special need, it is best to use list List = new LinkedList (); , which facilitates the refactoring of program code. This is the benefit of interface-oriented programming

Why is List list = new ArrayList, not directly with ArrayList

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.