Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

01 Type Systems

❯

02 Sub Concept

❯

Type Parameters

Type Parameters

Feb 10, 20261 min read

  • type-systems
  • generics
  • type-parameters

Type Parameters

← Back to Generics - Parametric Polymorphism

Placeholder types (like T in List<T>) that are specified when the generic type or function is used. Type parameters enable writing code that is generic over the element type while maintaining full type safety at each usage site.

type-systems generics type-parameters


Graph View

Backlinks

  • Generics - Parametric Polymorphism

Created with Quartz v4.5.2 © 2026

  • GitHub