Which of the following statements accurately describe the use of access modifiers within a class definition?
They can be applied to both data & methods
They must precede a class's data variables or methods
They can follow a class's data variables or methods
They can appear in any order
They must be applied to data variables first and then to methods