OpExpr implementation
This one is easy: We need to implement only the constructor, which just saves its argument
OpExpr::OpExpr(const char* s):
op(s) { }
Previous slide
Next slide
Back to first slide
View graphic version