What is a virtual function in C++?


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

Post New Answer

More C++ Interview Questions

Explain what happens when an exception is thrown in C++.

0 Answers   Amazon,


Can we use THIS Pointer in static function – Reason in C++?

0 Answers  


Can we call C++ OOPS? and Why

0 Answers  


What is the difference between malloc, calloc and realloc?

0 Answers   Alter,


What are the major differences between C and C++?

0 Answers   Amazon,






Difference between function overloading and function overriding.

0 Answers   Alter,


What is the difference between creating an object, using 'new' and using 'malloc'?

3 Answers   HFG, Siemens,


Tell me about virtual function

1 Answers  


Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.

1 Answers  


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


What is Copy Constructor?

5 Answers   ABC, Siemens,


Briefly explain various access specifiers in C++.

0 Answers   Amdocs,


Categories