--- Victor Mote <[EMAIL PROTECTED]> wrote:
> >
> > validateValidProperty(int propVal)
> > {
> >     return (supportedProps[propVal] == 1);
> > }
> >
> > (Come to think of it, we can probably keep
> > validateValidProperty() in the FObj base class
> alone
> > as well!)
> 
> IOW (I assume) use a 2-dimensional array, the first
> dimenension representing
> the Object, the second dimension representing the
> list of possible
> Properties.
> 

No--I was thinking just overriding the (static?)
member variable array "supportProps" in each FObj
subclass.   That way we can keep
validateValidProperty() in just the parent class. 
Minor point, though, from what I was thinking.

Glen

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

Reply via email to