ELI5: Explain Like I'm 5

generics

Generics are sort of like a placeholder for a type of thing. For example, if you need to give someone something that is the same size, shape and color as another thing, you could use a generic to make sure that the two things are the same. Generics are like a copy of the thing you need, so that you don't have to make a new one every time.