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
Answer / venkataramakrishna. danduri
It is nothing but a Smart pointer.
Is This Answer Correct ? | 1 Yes | 0 No |
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;?
Do inline functions improve performance?
What are activex and ole?
Explain this pointer?
What are the various storage classes in C++?
What is the full form of ios?
Why do we use setw in c++?
Write about a nested class and mention its use?
What are templates? where we should use it?
What is pointer with example?
What do you mean by abstraction in C++?