Examveda

What does the following C# code set defines?
public Gen(T o) 
{
     ob = o; 
}

A. Generics class Declaration

B. Declaration of variable

C. Generic constructor declaration

D. All of the mentioned

Answer: Option C


Join The Discussion

Related Questions on Delegates and Events in C Sharp