1.

How Do You Declare A Generic Class?

Answer»

NOTE the declaration of CLASS:Instead of T, We can use any VALID identifier.

  • class MyListGeneric<T>

Note the declaration of class:Instead of T, We can use any valid identifier.



Discussion

No Comment Found