Which of these type parameters is used for generic methods to return and accept any type of object?
Which of these type parameters is used for generic methods to return and accept any type of object? Correct Answer T
T is used for type, A type variable can be any non-primitive type you specify: any class type, any interface type, any array type, or even another type variable.
মোঃ আরিফুল ইসলাম
Feb 20, 2025