Which TWO statements about OOD&A are true? a) When designing code, anticipate problems, e.g. incorrect user input, to im
Posted: Mon Jun 06, 2022 11:27 am
Which TWO statements about OOD&A are true?
a) When designing code, anticipate problems, e.g. incorrect user
input, to improve the robustness and flexibility of your
program
b) A well designed program always uses delegation to tightly
couple classes
c) The most important OO concept is inheritance because
everything in Java inherits from Object
d) The only constant in OOD&A is change - design code to be
flexible to future changes
a) When designing code, anticipate problems, e.g. incorrect user
input, to improve the robustness and flexibility of your
program
b) A well designed program always uses delegation to tightly
couple classes
c) The most important OO concept is inheritance because
everything in Java inherits from Object
d) The only constant in OOD&A is change - design code to be
flexible to future changes