What is an accessor in C++?

Submitted by: Administrator
An accessor is a class operation that does not modify the state of an object in C++. The accessor functions need to be declared as const operations
Submitted by: Administrator

Read Online C++ Programming Job Interview Questions And Answers