What does the following C# code block defines?
Posted: Wed Jul 13, 2022 7:57 pm
class Gen<T> { T ob; }
a) Generics class declaration
b) Generic constructor declaration
c) A simple class declaration
d) All of the mentioned
a) Generics class declaration
b) Generic constructor declaration
c) A simple class declaration
d) All of the mentioned