Hasa (computer science)
From Wikipedia, the free encyclopedia
[edit] Overview
In object-oriented programming, hasa refers to a type of relationship between 2 or more objects. That is, one object (has)(a)nother object. Objects which have hasa relationships may also imply a usesa relationship. A good example of the hasa relationship is containers in the C++ STL.