In this chapter, you will look at the basics of making a simple generic class so that one class can operate on many different data types. A great benefit of generics is flexibility.






















































In this chapter, you will look at the basics of making a simple generic class so that one class can operate on many different data types. A great benefit of generics is flexibility.