What Does The Following C Code Set Definesp Pre Langcsharp #622
What does the following C# code set defines?</p> <pre><code class="language-csharp" line="1"> public Gen(T o) { ob = o; } </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Delegates, Generics and LINQ - Fundamental of Generics - Quiz No.1.
What does the following C# code set defines?
public Gen(T o) { ob = o; }
Generics class Declaration
Declaration of variable
Generic constructor declaration
All of the mentioned