Solved

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

Question 38

Multiple Choice

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


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