Declaration of Counter
Again, the declaration follows from the requirements
class Counter: public Source {
public:
Counter(int);
virtual int next();
private:
int n;
};
Previous slide
Next slide
Back to first slide
View graphic version