a class that maintains a pointer to an object that is
programatically accessible through the public interface is
known as?
Answer Posted / answer and question
functions
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between multiple and multilevel inheritance in c++?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Why would you use pointers in c++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Is swift faster than go?
Is c++ high level programming language?
Should the this pointer can be used in the constructor?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is the use of lambda in c++?
What is meant by a delegate?
What are punctuators in c++?
What does count ++ do in c++?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Give example of a pure virtual function in c++?