ExamGecko
Question list
Search
Search

Question 42 - CITM-001 discussion

Report
Export

__________ describes a group of objects with similar properties.

A.

Classes

Answers
A.

Classes

B.

Objects

Answers
B.

Objects

C.

Links

Answers
C.

Links

D.

Procedures

Answers
D.

Procedures

Suggested answer: A

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.Reference:1

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.Reference: https://www.cs.toronto.edu/~sme/CSC340F/slides/11-objects.pdf

https://www.cs.toronto.edu/~jm/340S/Slides2/ClassD.pdf

asked 18/11/2024
Kirk Boothe
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first