"Abstract Entity Base Class"

public abstract class Entity {
     
}


Code snippet taken from "Simulating Multiple Inheritance In C#".