Seo Forum

Coding & Programming => Programming Forum => Topic started by: chinmay.sahoo on 03-29-2016, 03:42:47

Title: Does C# support templates?
Post by: chinmay.sahoo on 03-29-2016, 03:42:47
No, C# doesn't support templates. They support a type of template known as generic. It has a similar syntax but instantiated during run time.