March 9, 2015

Effectively Using Generics in Object Pascal

Generics, or parameterized types, provide a way to define classes without specifying the exact data types that will be used in the class. Generics are commonly used in type-safe collection classes, but there are many other uses as well. This session covers the key concepts of generics, including syntax, utilizing existing generic classes and interfaces, as well as creating new generic types.



This is a video replay from the CodeRage 9 online developer conference.

No comments: