What is pure virtual function? Or what is abstract class?


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

Post New Answer

More C++ General Interview Questions

What is a storage class?

0 Answers  


What is stack unwinding?

0 Answers  


Who calls main function?

0 Answers  


What is the size of a vector?

0 Answers  


Explain linear search.

0 Answers  






given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


Write about the stack unwinding?

0 Answers  


What does namespace mean in c++?

0 Answers  


How can we read/write Structures from/to data files?

0 Answers  


When is a template a better solution than a base class?

1 Answers  


What is dangling pointers?and what is memory leak?

5 Answers  


What are the popular tools used to detect memory leaks in c++

4 Answers   TATA,


Categories