Object Types

Object Types

class SourceProgram : Document {

private:

ENUM language;

public:

compile (STRING parameters);

{ … }

}

d: Document;

my_books: SET[Document];

Previous slide Next slide Back to the first slide View Graphic Version