Skip to content

Files

Latest commit

 

History

History

08-Generics

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Java Generics

Generics allows programmers to write one method that can operate on multiple types of data.


Here main uses league to create different types of teams, like football and hockey. The example of generics can be seen in class Leaguea.