C++ Programming Question:

What is an accessor in C++?

Tweet Share WhatsApp

Answer:

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

Download C++ Programming PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
What is a modifier in C++? Differentiate between a template class and class template in C++?