A.is also called a static member B.is always a variable C.is never a method D.belongs to a single instance, not to the class as a whole E.always represents an operation
A.what classes are instantiated from. B.an instance of a class. C.a blueprint for creating concrete realization of abstractions. D.a reference to an attribute. E.a variable.
A.an implementation of an abstraction. B.an attribute defining the property of a particular abstraction. C.a category of objects. D.an operation defining the behavior for a particular abstraction. E.a blueprint for making operations.