Which special identity group refers to the object on which permissions are being set?

A. Creator Owner
B. Self
C. Interactive
D. System


Answer: B

Computer Science & Information Technology

You might also like to view...

In earlier versions of HTML, the ____ attribute was used to indicate the scripting language.

A. type B. language C. MIME D. src

Computer Science & Information Technology

Some programmers prefer not to use protected access, because they believe it breaks the encapsulation of the base class. Discuss the relative merits of using protected access vs. using private access in base classes.

What will be an ideal response?

Computer Science & Information Technology

Derive exception classes from the class you wrote in the previous exercise. Each new class should indicate a specific kind of error. For example, InvalidHourException could be used to indicate that the value entered for hour was not an integer in the range 1 to 12.

What will be an ideal response?

Computer Science & Information Technology

Object-oriented design identifies objects by focusing on the ______ in the problem statement.

a) nouns b) verbs c) adjectives d) adverbs

Computer Science & Information Technology