Solved

To Avoid Duplicating Code,use ________,Rather Than ________

Question 12

Multiple Choice

To avoid duplicating code,use ________,rather than ________.


A) inheritance,the "copy-and-past" approach.
B) the "copy-and-past" approach,inheritance.
C) a class that explicitly extends Object,a class that does not extend Object.
D) a class that does not extend Object,a class that explicitly extends Object.

Correct Answer:

verifed

Verified

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

Related Questions