nerdexam
GAQM

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…

IT Operations and Infrastructure Management

Question

__________ describes a group of objects with similar properties.

Options

  • AClasses
  • BObjects
  • CLinks
  • DProcedures

How the community answered

(45 responses)
  • A
    87% (39)
  • B
    2% (1)
  • C
    2% (1)
  • D
    9% (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

#OOP#classes#object grouping

Community Discussion

No community discussion yet for this question.

Full CITM-001 Practice