10. Generics¶
This chapter introduces the reader to Java Generics.
Important
Prerequisite Information
This tutorial assumes that the reader has a knowledge of basic Unix commands and experience working with a command-line text editor (e.g. emacs, vi, etc.). The reader should be familiar with Interfaces and Inheritance
To get the most out of this chapter, you should follow along and take notes.
Course-Specific Learning Outcomes
L02.d: (Partial) Implement new generic methods, interfaces, and classes in a software solution.
Chapter Contents