a class that maintains a pointer to an object that is
programatically accessible through the public interface is
known as?

Answers were Sorted based on User's Feedback



a class that maintains a pointer to an object that is programatically accessible through the public..

Answer / venkataramakrishna. danduri

It is nothing but a Smart pointer.

Is This Answer Correct ?    1 Yes 0 No

a class that maintains a pointer to an object that is programatically accessible through the public..

Answer / answer and question

functions

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is array give example?

0 Answers  


What is the difference between public and private data members?

0 Answers  


What is while loops?

0 Answers  


what are Access specifiers in C++ class? What are the types?

0 Answers  


What is the use of cmath in c++?

0 Answers  






What is a node class in c++?

0 Answers  


How do I download c++?

0 Answers  


What are punctuators in c++?

0 Answers  


what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.

9 Answers  


What does the nocreate and noreplace flag ensure when they are used for opening a file?

0 Answers  


What is a v-table?

0 Answers  


Describe linked list using C++ with an example.

0 Answers  


Categories