Domain Model

Let's go over the domain model of the class table inheritance relationship.

We'll cover the following...

In the previous two chapters, we looked at two approaches to inheritance: one as a single table, the other as a concrete table. In this ...