Generic Types and Inheritance

Learn to derive from generic types.

Introduction

Generic types can be inherited, and generic types can inherit from other classes. Let’s explore several possible scenarios. We’ll use our generic Holder<T> class for our examples:

Get hands-on with 1300+ tech skills courses.