a class that maintains a pointer to an object that is
programatically accessible through the public interface is
known as?
Answer Posted / venkataramakrishna. danduri
It is nothing but a Smart pointer.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What is istream and ostream in c++?
Can a Structure contain a Pointer to itself?
Can a new be used in place of old mallocq? If yes, why?
If you don’t declare a return value, what type of return value is assumed?
How can you create a virtual copy constructor?
Write about the scope resolution operator?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Explain the difference between c & c++?
What are the advantages of c++ over c?
What's the order in which the local objects are destructed?
What do you mean by vtable and vptr in c++?
Difference between pointer to constant vs. Pointer constant
What does scope resolution operator do?