inheritence

From: brigham white (brighamandrew_at_msn.com)
Date: 01/29/04


Date: Wed, 28 Jan 2004 20:33:09 -0600

If I have a base class who contains some public data members that are
static, and I have several classes that inherit from this base class. Will
all the classes that inherit from this base class share the same static
data, or just the classes that are of the same type share it? thanks.