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

Explain static and dynamic memory allocation with an example each.

0 Answers  


What is a static member?

0 Answers  


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

0 Answers  


How to reduce a final size of executable?

3 Answers  


Write a corrected statement in c++ so that the statement will work properly. x =+ 7;

2 Answers  






How does the copy constructor differ from the assignment operator (=)?

0 Answers  


Can a built-in function be recursive?

0 Answers  


What is buffering in c++?

0 Answers  


Can we use this pointer inside static member function?

0 Answers  


Do inline functions improve performance?

0 Answers  


Why can you not make a constructor as const?

3 Answers  


Is atoi safe?

0 Answers  


Categories