W
wojtas
Hello
I'm trying to create application with as much as possible methods
derived from base class. I use two base classes "Document" and
"DocumentItem", each document has collection of documentItems. When I
cast object of Document class on one of its subclasses collection of
documentItems collection remains in base class. I already know that I
cannot do it with generic collections. Can anybody help me with this,
or point in right direction?
I'm trying to create application with as much as possible methods
derived from base class. I use two base classes "Document" and
"DocumentItem", each document has collection of documentItems. When I
cast object of Document class on one of its subclasses collection of
documentItems collection remains in base class. I already know that I
cannot do it with generic collections. Can anybody help me with this,
or point in right direction?
