Which of the following statements accurately describe the use of access modifiers within a class definition?
a.They can be applied to both data & methods b.They must precede a class’s data variables or methods c.They can follow a class’s data variables or methods d.They can appear in any order e.They must be applied to data variables first and then to methods Ans: a,b,d. 24) Suppose a given instance variable has been declared private.