Glossary

 <  Free Open Study  >  

Class method

A method that is attached to a class as opposed to the objects of a class. Class methods cannot operate on object-specific data or invoke object-specific methods.



Class variable

A piece of class-specific data.



Metaclass

A class whose instances are classes.



Namespace pollution

The collision of names in the global name space of an executable file, often resulting in link errors.



Object data

The data of a class of which each object is to receive a unique copy.



Object method

A method that is attached to the objects of a class, that is, it requires an object of the associated class in order to execute.



Template

A C++ language mechanism that allows for the encapsulation of common code where the only distinction between the code modules is the name of a data or function member. Also called a generic or a parameterized class.



 <  Free Open Study  >  


Object-Oriented Design Heuristics
Object-Oriented Design Heuristics (paperback)
ISBN: 0321774965
EAN: 2147483647
Year: 1996
Pages: 180

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net