Does C# support templates?

Submitted by: Administrator
No. However, there are plans for C# to support a type of template known as a generic. These generic types have similar syntax but are instantiated at run time as opposed to compile time. You can read more about them here.
Submitted by: Administrator

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers