Solved

Which of the Following Statements About Generic Programming Is NOT

Question 8

Multiple Choice

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


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

Correct Answer:

verifed

Verified

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

Related Questions