What do you understand by pure virtual function? Write about its use?


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

Post New Answer

More C++ General Interview Questions

Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

0 Answers  


What is c++ used for in games?

0 Answers  


Write a C program to calculate the salary of each employee in your company. You need to input the hours worked and the hourly rate. The company pays 1.5 times the hourly rate for all hours worked in excess of 48 hours. Use the formulas below to calculate the salary: if employee worked less than 48 hours salary = hours * rate; if employee worked more than 48 hours salary = 48.0 * rate + ( hours − 48.0 ) * rate * 1.5; You are required to use a loop to produce the sample output as given below.

1 Answers  


What is isdigit c++?

0 Answers  


How much is c++ certification?

0 Answers  






Explain container class.

0 Answers  


What is an action class?

1 Answers  


What are static variables?

0 Answers  


I need to find a specific string between two strings how do I do it?

1 Answers   Infosys,


Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.

16 Answers   BNB, FDS, Goldman Sachs, Nagarro,


What is Name Decoration?

2 Answers   Lucent,


What are default parameters? How are they evaluated in c++ function?

0 Answers  


Categories