Skip to content

6.1 Summary

  1. List<T> is called a (generic) list (of type T) and is more flexible than arrays, for example because you can dynamically adjust the length.
  2. Type casting and is/as are two tools to work with the correct class type.