Re: dynamic object creation
All classes are descendent of one base class, they have no new methods just
different implementations of base ones. Basicaly I need to get different
calculation object according to value stored in database.
Does this simplify things?
Brko
.
Relevant Pages
- Re: How many virtual functions before needing dispatch tables?
... implementations of your base class implements/overrides ... AND most of the many subclasses that exist only need ... distribute a library in binary form only, ... (comp.lang.cpp) - Re: Design Component for multi-year
... > based on a complex set of rules. ... > Should I create a base class and use inheritance for each year? ... component implementations could become inactive, and therefore, get ... use the Template Method pattern, keeping the invariant part in one ... (comp.object) - Re: size of object
... > For most implementations, the size of an object is the ... > members, plus one word for the vtable, plus one word for ... > every base class that has virtual ... What's with the arogant attitude, ... (comp.lang.cpp) - Re: Design question
... base class and create them like so ... implementations with overrides as appropriate. ... Abstract methods are often a complete pain in the posterior. ... correct option, strictly speaking, but sometimes even I give in and write ... (comp.lang.pascal.delphi.misc) - Re: logging AddRef() and Release() to trace file
... > I am looking for the implementations of AddRefand Release. ... > to override them to write info to a trace file, ... What are the base class and the ... Aren't built-in debugging facilities sufficient for your purposes? ... (microsoft.public.vc.atl) |
|