What is an accessor in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Which operator can not be overloaded in C++?

1 Answers  


how to explain our contribution in the project?

0 Answers   Wipro, Yahoo,


Can we overload operator in c++?

0 Answers  


What do c++ programmers do?

0 Answers  


What is #include cmath?

0 Answers  






What is private, public and protected inheritance?

0 Answers  


What do you mean by const correctness?

0 Answers  


What are stacks?

0 Answers  


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


Explain the use of this pointer?

0 Answers  


What is array in c++ pdf?

0 Answers  


why all c++ program must have default constructor?

6 Answers   IBM,


Categories