Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

01 Type Systems

❯

01 Concept

❯

Generics Parametric Polymorphism

Generics - Parametric Polymorphism

Feb 10, 20261 min read

  • type-systems
  • generics
  • parametric-polymorphism

Generics - Parametric Polymorphism

← Back to Advanced Type Features

Types and functions parameterized by other types, enabling code that works uniformly across different types. Generics provide type safety while avoiding code duplication through type parameters, bounded types, and variance annotations.

Key Properties

  • Type Parameters
  • Bounded Types
  • Variance

type-systems generics parametric-polymorphism


Graph View

  • Generics - Parametric Polymorphism
  • Key Properties

Backlinks

  • Advanced Type Features
  • Bounded Types
  • Type Parameters
  • Variance

Created with Quartz v4.5.2 © 2026

  • GitHub