-
Does C# support templates?
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.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
What are Namespaces
A) Naming convention used in .NetB) Group of classes categorized to avoid name clashC) None of the above
-
-
-
-
-
C# Interview Questions
Ans