InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|