What are Generics?

In this lesson, you will learn about generics.

We'll cover the following...

Introduction to Generics

Generics are used to apply stronger type checks at compile time. ...