Next:
public, protected and private
Up:
Object-Oriented Programming: Inheritance
Previous:
Constructors and Destructors in
Contents
"Uses A" and "Knows A" Relationships
"Uses a"
Object uses another object
Call non-
private
member function; using pointer, reference or object name
"Knows a"
(association)
Object aware of another object; contain pointer handle or reference handle
Knowledge networks
2004-07-29