N0698311 / SDI

Software Design Implementation
0 stars 0 forks source link

Const methods #14

Open N0699093 opened 6 years ago

N0699093 commented 6 years ago

Which methods could/should be const? declare them and tidy up the implementation file. What happens if you try to modify the object in these const methods?