CITM-001 · Question #12
__________ describes a group of objects with similar properties.
The correct answer is A. Classes. Classes are a fundamental concept in object-oriented programming and modeling. A class describes a group of objects that share the same features, constraints, semantics, and behavior. A class is shown as a rectangle with the class name and optionally with compartments for…
Question
__________ describes a group of objects with similar properties.
Options
- AClasses
- BObjects
- CLinks
- DProcedures
How the community answered
(45 responses)- A87% (39)
- B2% (1)
- C2% (1)
- D9% (4)
Explanation
Classes are a fundamental concept in object-oriented programming and modeling. A class describes a group of objects that share the same features, constraints, semantics, and behavior. A class is shown as a rectangle with the class name and optionally with compartments for attributes and operations. Classes can be used to model real-world entities or system components. Classes can also have relationships with other classes, such as generalization, association, aggregation, or composition.
Topics
Community Discussion
No community discussion yet for this question.