Question: Which of the following is poor design in java programming ? You may need to select more than one answer. A.) A data field is
Which of the following is poor design in java programming ? You may need to select more than one answer. A.) A data field is derived from other data fields in the same class. B.) A method must be invoked after/before invoking another method in the same class. C.) A method is an instance method, but it does not reference any instance data fields or invoke instance methods. D.) A parameter is passed from a constructor to initialize a static data field.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
