Summary
In this chapter, you learned about deriving types using inheritance and object-oriented programming (OOP). You learned about base and derived classes, how to override a type member, how to use polymorphism, and how to cast between types.
In the next chapter, you will learn about working with relational data using the Entity Framework.