C# (Sharp) Programming Language Question:
Download Job Interview Questions and Answers PDF
Does C# support templates?
Answer:
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.
Download C# (Sharp) Programming Language Interview Questions And Answers
PDF
Previous Question | Next Question |
Does C# support #define for defining global constants? | Does C# support parameterized properties? |