What Does The Following C Code Block Definesp Pre Langcsharp #621
What does the following C# code block defines?</p> <pre><code class="language-csharp" line="1"> class Gen<T> { T ob; } </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 block defines?
class Gen<T> { T ob; }
Generics class declaration
Generic constructor declaration
A simple class declaration
All of the mentioned