201671010129 2016-2017-2 "Java Programming" summary of generic programming for learning Java

Source: Internet
Author: User

Generic programming means that the code you write can be reused by many different types of objects.

Upper bound of generic variable: the upper bound declared by the extends keyword can be either a class or an interface.

Generic variable lower bound: the type of a generic parameter that is fixed by the keyword super is a type or other superclass. When a generic variable is declared so, when a generic type is instantiated, it needs to be explicitly typed as the specified upper-bound type or its subclass.

A generic class is the creation of a class that uses a type as a parameter. is similar to defining a method in a class.

Let's summarize here!

201671010129 2016-2017-2 "Java Programming" summary of generic programming for learning Java

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.