2
Reply

What is an accessor?

rajkumar

rajkumar

Jul 13, 2006
6.7k
0

    An accessor is used to return the value of a private field

    Keerthi Venkatesan
    May 18, 2016
    0

    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.

    rajkumar
    July 13, 2006
    0