Solved

Which of the Following Statements About Generic Programming Is NOT

Question 72

Multiple Choice

Which of the following statements about generic programming is NOT correct?


A) Generic classes use type parameters to achieve genericity.
B) Generic programming can be achieved by using inheritance.
C) Generic programming can be achieved by using type parameters.
D) To achieve genericity through inheritance, you must include type parameters to specify the type of object to be processed.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions