What does the following C# code set defines?
public Gen(T o) {
ob = o;
}
public Gen(T o) {
ob = o;
}A. Generics class decleration
B. Decleration of variable
C. Generic constructor decleration
D. All of the mentioned
Answer: Option C

Join The Discussion