Interview Question 3592
Created by admin on Sat, 17/11/2012 - 14:33
Question:
What is an accessor?
Language:
Answer:
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.