233k views
5 votes
Another term for parameterized is ___________.

a. polymorphic c.

b. template

c. generic

d. object-oriented

User Jvdm
by
5.0k points

1 Answer

2 votes

Answer: (C) Generic

Step-by-step explanation:

The generic is another term used for the parameterized type with the actual type of the argument. The generic type is also refers as the reference type which basically contain one and more than one type of parameters.

The generic type is basically used to specify the type name by using the type variable method. This type of parameter are basically used to declare the various types of argument and return type in the system. Therefore, Option (C) is correct.

User Arif Eqbal
by
4.7k points