March 2023
Intermediate to advanced
1851 pages
66h 25m
English
Chapter Topics
Understanding the relationship between generic types, parameterized types, and raw types
Declaring generic types (normal classes, record classes, enum types and interfaces) and parameterized types
Use of the diamond operator (<>) when creating objects of generic classes
Using the restricted keyword var to declare local generic type references
Extending generic types
Understanding the folly of mixing generic code and legacy code
Understanding the significance of unchecked warnings on type-safety
Understanding subtype relationships for wildcards
Understanding type hierarchy for wildcard parameterized types
Understanding ...
Read now
Unlock full access