Define pure virtual function?


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

Post New Answer

More C++ General Interview Questions

How a new element can be added or pushed in a stack?

0 Answers  


What is split a string in c++?

0 Answers  


Can I make ios apps with c++?

0 Answers  


Is there any function that can skip certain number of characters present in the input stream?

0 Answers  


Can we get the value of ios format flags?

0 Answers  






Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


What are iterators in c++?

0 Answers  


How would you find out if a linked-list is a cycle or not?

0 Answers  


Difference between Constructors and static constructors?

3 Answers   IBM, TCS,


What are the manipulators in c++?

0 Answers  


What does it mean to declare a member function as static?

0 Answers  


How many types of modularization are there in c++?

0 Answers  


Categories