Declaration and definition must match
int Foo::fetch() const {
return n;
}
void Foo::store(int k) {
n = k;
}
Previous slide
Next slide
Back to first slide
View graphic version