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
What information can an exception contain?
What is the main use of 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.
Why can templates only be implemented in the header file?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What are the basic data types used in c++?
Explain abstraction.
Difference between overloaded functions and overridden functions
What is difference between c++ 11 and c++ 14?
What is exception handling? Does c++ support exception handling?
Explain the purpose of the keyword volatile.
What are the important differences between c++ and java?
What is basic if statement syntax?
Explain differences between new() and delete()?
Can we make any program in c++ without using any header file and what is the shortest program in c++.