In this section, you’ll learn how generic procedures work, how to implement them, and how to apply them to data of different data types. We’ll start by identifying the problem with strong typing, as we attempt to pass data of one type to a procedure that expects a different type.
Writing your first generic procedure