Take Up Code
Take Up Code
Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
57: C# Generics. Fill In The Blanks.
13 minutes Posted Feb 16, 2016 at 11:57 pm.
0:00
13:03
Download MP3
Show notes
If you ever find yourself wanting to duplicate code with just slight changes to adapt it to use a different type, then you will appreciate C# generics. Generic programming is sometimes called template programming because it allows you to write code that will be used later to generate the actual specific code.