GAQM CITM-001 Practice Test 2

________ is a representation of some real-world thing and a number of specific instances of that thing.
Classes
Procedures
Object
Links
Classes are a representation of some real-world thing and a number of specific instances of that thing. Classes define the common characteristics and behaviors of a group of objects, such as properties, methods, and events. Objects are individual instances of classes that can have different values for the properties and variables defined by the class. Procedures are blocks of code that perform a specific task or function. Links are connections between objects that allow communication and interaction.Reference:Objects and Classes -- Programming Fundamentals,Objects and classes - Visual Basic,Object-Oriented Programming: Objects, Classes & Methods