Answer Posted / dee
V-table is created for class when a class has atleast one
virtual function and each virtual function has a entry in
the V-table.
| Is This Answer Correct ? | 48 Yes | 3 No |
Post New Answer View All Answers
How is new() different from malloc()?
Is c++ platform dependent?
What are the advantages of using typedef in a program?
What is an associative container in c++?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What is the use of seekg in c++?
What is #include math h in c++?
What will the line of code below print out and why?
Where are setjmp and longjmp used in c++?
Difference between a copy constructor and an assignment operator.
What is a buffer c++?
What do you mean by friend class & friend function in c++?
Why namespace is used in c++?
the first character in the variable name must be an a) special symbol b) number c) alphabet
Explain "const" reference arguments in function?