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

Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

2 Answers   HCL, Lehman Brothers, Zoomerang,


Is there any problem with the following: char *a=NULL; char& p = *a;?

1 Answers  


Do inline functions improve performance?

0 Answers  


What are activex and ole?

0 Answers  


Explain this pointer?

0 Answers  






What are the various storage classes in C++?

0 Answers   Fidelity,


What is the full form of ios?

0 Answers  


Why do we use setw in c++?

0 Answers  


Write about a nested class and mention its use?

0 Answers  


What are templates? where we should use it?

2 Answers   Alcatel,


What is pointer with example?

0 Answers  


What do you mean by abstraction in C++?

1 Answers  


Categories