Generics : Generics is a way to create a class, or function that can work with different types of data (objects). If you look at the internal implementation of List class, it is a generic class. It can work with different data types like int, Strin...
jeetbhalu.hashnode.dev1 min read
No responses yet.