Abstract Types

Learn what abstract types are and how we use these types in our application.

We'll cover the following...

Understanding abstract types

To support an easy-to-use, flexible API for users, we need to go beyond concrete types of modeling and learn to use abstract types as well. Let’s look at a quick example. A standard ...