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
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Explain deep copy?
Why do we use constructor?
Can java be faster than c++?
What is difference between n and endl in c++?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is class invariant in c++?
Why can’t you call invariants() as the first line of your constructor?
What is a base class?
Can you sort a set c++?
Describe new operator?
When should overload new operator on a global basis or a class basis?
Can constructor be static in c++?
Mention the ways in which parameterized can be invoked. Give an example of each.
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?