Skip to content

Hi, I'm Ankit

The story of my experiments with code

  • Twitter
  • Facebook
  • GitHub
  • LinkedIn
  • RSS
  • C#
  • .NET/.NET Core
  • Architecture & Design
  • Azure/ AWS
  • DevOps
  • Testing
  • Security
  • About

Inheritance

Implementing inheritance with Enumeration class

by Ankit Vijay on August 8, 2020September 26, 2020

The traditional Enum types do not support inheritance. The Enumeration class helps us to get away from the limitation.

Read More
.NET, .NET Core, C#, Enum, Enumeration class, Inheritance