Answers

Question and Answer:

  Home  C++ Programming

⟩ What is an accessor in C++?

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

 246 views

More Questions for you: