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

Can the creation of operator** is allowed to perform the to-the-power-of operations?

0 Answers  


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

0 Answers  


Difference between pointer to constant and constant pointer to a constant. Give example.

0 Answers   HAL,


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


How many standards of c++ are there?

0 Answers  






What are Binay tress and B trees? Diff between them?

8 Answers   CTS, GATE, Wipro,


What is the difference between #define debug 0 and #undef debug?

0 Answers  


Can char be a number c++?

0 Answers  


What is an operator in c++?

0 Answers  


Which one between if-else and switch is more efficient?

0 Answers  


What is the difference between mutex and binary semaphore?

0 Answers  


What is object slicing and how can we prevent it?

2 Answers   Tech Mahindra,


Categories