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

why the size of an empty class is 1

4 Answers  


What is using namespace std in c++?

0 Answers  


What does floor mean in c++?

0 Answers  


Can a constructor be private?

0 Answers  


Why is "using namespace std;" considered bad practice?

0 Answers  






Explain the difference between static and dynamic binding of functions?

0 Answers  


What is a conversion constructor?

1 Answers  


What are the two types of comments, and how do they differ?

0 Answers  


What does the linker do?

0 Answers  


What are static variables?

0 Answers  


What is endl?

0 Answers  


Can you pass an array to a function in c++?

0 Answers  


Categories