Do you know what are pure virtual functions?


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

Post New Answer

More C++ General Interview Questions

What language is a dll written in?

0 Answers  


What is the difference between a "copy constructor" and an "assignment operator" in C++?

0 Answers   Genpact,


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


Explain 'this' pointer and what would happen if a pointer is deleted twice?

0 Answers   Genpact,


What is difference c and c++?

1 Answers  






Do class declarations end with a semicolon?

0 Answers  


the maximum length of a character constant can be a) 2 b) 1 c) 8

0 Answers  


Explain function overloading and operator overloading.

0 Answers  


Can a program run without main?

0 Answers  


Why is polymorphism useful?

0 Answers  


How the endl and setw manipulator works?

0 Answers  


Can I learn c++ without c?

0 Answers  


Categories