What is an accessor?
rajkumar
An accessor is used to return the value of a private field
An accessor is a class operation that does not modify the state of an object. The accessor functions need to be declared as const operations.