Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

00 Programming Paradigms

❯

01 Concept

❯

Inheritance

Inheritance

Feb 10, 20261 min read

  • programming-paradigms
  • oop
  • inheritance

Inheritance

← Back to Object-Oriented Programming (OOP)

A mechanism for creating new classes based on existing ones, enabling code reuse and establishing type hierarchies. Inheritance comes in various forms with different tradeoffs for flexibility and complexity.

Key Properties

  • Single vs Multiple Inheritance
  • Interface Inheritance
  • Abstract Classes

programming-paradigms oop inheritance


Graph View

  • Inheritance
  • Key Properties

Backlinks

  • Software Engineering - Map of Content
  • Object-Oriented Programming (OOP)
  • Abstract Classes
  • Interface Inheritance
  • Single vs Multiple Inheritance
  • Core OOP Concepts
  • Composition vs Inheritance
  • Liskov Substitution Principle
  • Polymorphism (OOP)
  • Class Hierarchies
  • Diamond Problem
  • Method Overriding

Created with Quartz v4.5.2 © 2026

  • GitHub