In the object-oriented design of software, objects have—
2022
In the object-oriented design of software, objects have—
- A.
Attributes & Name only
- B.
Operations & Name only
- C.
Attributes, Name & Operations
- D.
None of the above
Attempted by 618 students.
Show answer & explanation
Correct answer: C
In object-oriented design, an object contains Attributes + Name + Operations .