ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
A ________ is a description of a set of objects that share the same attributes, operations, relationships, and semantics.
Correct Answer: B — Class
Classes are the most important building blocks of any object- oriented systems. Classes are used to capture the vocabulary of the system you are developing. Modeling a system involves identifying the things that are important to your particular view. Hence all the above mentioned properties would distinguish each class from one another.