5- Generics and Primitive Types
2:24
2 ဟောပြောသူ
1 အခန်းများ
56 ပိုင်း
ဟောပြောသူ
အခန်းများ
-
0:03အခန်း 1: When creating an instance of a generic type, we can only use a reference type as a generic type argument. 138s · Speaker 1
When creating an instance of a generic type, we can only use a reference type as a generic type argument. Let me show you what I mean. So I'm going to create a generic list of user. We can pass the user class as a generic type argument beca…