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 |
What is the arrow operator in c++?
What is the difference between the indirection operator and the address of oper-ator?
What is atoi?
What do you mean by inheritance in c++?
How do you decide which integer type to use?
what is polymorphism?
What is the disadvantage of using a macro?
What are move semantics?
Comment on c++ standard exceptions?
What is stack unwinding?
What does flush do?
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement