What is an accessor

What is an accessor?
An accessor is a class operation that
  1. does not modify the state of an object. The accessor functions need to
    be declared as const operations

No comments: