Do you know the use of vtable?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between initialization and assignment?
12 Answers HCL, HP, Infosys,
What is class invariant?
Describe new operator?
What is a pointer how and when is it used?
What c++ library is string in?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Explain "passing by value", "passing by pointer" and "passing by reference" ?
How does a copy constructor differs from an overloaded assignment operator?
write the prime no program in c++?
What is the topic of the C++ FAQ list?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What does it mean to declare a destructor as static?