Re: DOM Level 3 modules and C++

> I do not know how Java do go around this problem. How?

Presumably by having a Document class that declares whatever interfaces
it implements... You can simulate this in C++ by having pure virtual
classes for each interface and only inheriting from the ones you care
about (and maybe having a way to ask the Document object which ones it
implements).

Boris
-- 
Millions long for immortality who do not know what to do with
themselves on a rainy Sunday afternoon.
                                       -- Susan Ertz

Received on Monday, 30 September 2002 18:40:19 UTC