Vidyalelo
C# Programming · Q29

Delegates and Events in C Sharp

Programming · C# Programming · question 29

Q29

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
Answer
D.
All of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board