Exercise 1

1 Question

What is a generic parameterized class?


1.1

It is a way of expressing classes or programs as generic patterns.


2 Question

Why is that useful


2.1

Because instead of writing many similar pieces of code with essentially the same structure, you can directly express the general structure and providing the specific information as formal parameters.