Multiple choice In OO design of s/w, objects have attributes and names operations and names attributes, names and operations 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.