Which of the following statements accurately describe the use of access modifiers within a class definition? (Select multiple) 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 They must be applied to data variables first and then to methods
-
Interview Candidate
- Jun 14th, 2007
- 1
- 6025
Showing Answers 1 - 1 of 1 Answers
Which of the following statements accurately describe the use of access modifiers within a class definition? (Select multiple) 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 They must be applied to data variables first and then to methods