Please enable JavaScript to use CodeHS

Arizona Software and App Design II

Lesson 8.8 The List Interface

Description

In this lesson, students will learn about the list interface and use this to implement generic formal parameters and create classes that use the List interface.

This lesson is not currently in scope for the AP test, but understanding how to implement and use Java interfaces is a key concept for object-oriented programming.


Objective

Students will be able to:

  • Explain what the List interface is.
  • Explain why we would use the List interface as a formal parameter
  • Explain why we would use the List interface to define a List variable.