Multiple choice

In OO design of s/w, objects have

  1. attributes and names

  2. operations and names

  3. attributes, names and operations

  4. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In object-oriented design, an object is defined as an entity that encapsulates both data (attributes) and the behaviors (operations) that act upon that data, identified by a unique name.