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 is c++ coding?
What is #include cstdlib in c++?
What is a base class?
What is a modifier in c++?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
What does int * mean in c++?
write a function signature with various number of parameters.
What is searching?
What do you mean by storage classes?
Explain about templates of C++.
Does c++ have arraylist?
What are dynamic type checking?
What are static member functions?
How to implement is-a and has-a class relationships?
Is c++ free?