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

What's the value of the expression 5["abxdef"]?

0 Answers  


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  


Explain the operator overloading feature in C++ ?

0 Answers  


Factory Method C++ – How to delete pointers returned by it

0 Answers  


How to run C++ program in cmd

0 Answers  


In C++ what do you mean by Inheritance?

0 Answers   Accenture,


Discuss about iteration statements in C++ .

0 Answers   Agilent,


Explain the difference between C and C++.

0 Answers   Accenture,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


How to convert integer to string in C++

0 Answers  


What do you by Function Overloading in C++?

0 Answers   Akamai Technologies, Infogain,


What are string library functions(syntax).

0 Answers   Accenture,


Categories