adplus-dvertising
frame-decoration

Question

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

a.

Generics class decleration

b.

Decleration of variable

c.

Generic constructor decleration

d.

All of the mentioned

Answer: (c).Generic constructor decleration

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What does the following code set defines?