Derek Simkowiak <[EMAIL PROTECTED]> writes: 
>       Is it simply that functions which a sub-class would want to
> inherit (or override) should be member functions?
> 

Yes. In C++ terms, all the functions are member functions; the
functions in the class struct are virtual member functions.
So you put things in the class struct when you would declare them
"virtual" in C++.

Havoc

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to