What Does The Following C Code Block Definep Pre Langcsharp #821
What does the following C# code block define?</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 Namespaces, Preprocessors and Networking - Type Interface - Quiz No.1.
What does the following C# code block define?
class Gen<T> { T ob; }
Generics class declaration
Declaration of variable
A simple class declaration
Both Generics class declaration & Declaration of variable