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
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What can I use instead of namespace std?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Write a program to interchange 2 variables without using the third one.
Can I run c program in turbo c++?
What is an object in c++?
How many different levels of pointers are there?
What is the difference between a reference and a pointer?
Are c and c++ different?
Is c++ pass by reference or value?
What is decltype c++?
Which one is a preferred language C or C++? Why?
How important is c++?
Explain the use of vtable.