In C++ what is a vtable and how does it work?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

In C++ what is a vtable and how does it work?

0 Answers   Agilent,


How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,


What do you by Function Overloading in C++?

0 Answers   Akamai Technologies, Infogain,


What does it mean to declare a member function as virtual in C++?

0 Answers   Amazon,


Write a C++ Program to find Addition of Two Numbers.

1 Answers  






dynamic scoping is

0 Answers   Siemens,


What is the difference between virtual functions and pure virtual functions?

1 Answers  


Tell me about virtual function

1 Answers  


When would you choose to return an error code rather than throw an exception?

0 Answers   Amazon,


When would you use a pointer? A reference?

0 Answers   Amazon,


Write a C++ program to print strings in reverse order.

0 Answers   Amdocs,


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


Categories