Examveda

What does the following C# code block defines?
class Gen<T> 
{  
     T ob;    
}

A. Generics class declaration

B. Generic constructor declaration

C. A simple class declaration

D. All of the mentioned

Answer: Option A


Join The Discussion

Related Questions on Delegates and Events in C Sharp