Solved

To Avoid Duplicating Code (And Possibly Errors),use ________,Rather Than ________

Question 51

Multiple Choice

To avoid duplicating code (and possibly errors) ,use ________,rather than ________.


A) inheritance,the "copy-and-paste" approach
B) the "copy-and-paste" 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