InterviewSolution
Saved Bookmarks
| 1. |
How Do You Declare A Generic Class? |
|
Answer» NOTE the declaration of CLASS:Instead of T, We can use any VALID identifier.
Note the declaration of class:Instead of T, We can use any valid identifier. |
|