C++ problem

itachi

Senior member
Aug 17, 2004
390
0
0
Vector :: print has a const specifier, DataStructure :: print doesn't.

btw.. mutators should be the only methods that don't have a const specifier. accessors should be const.