What is abstract class in c++?


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

Post New Answer

More C++ General Interview Questions

If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


What's the most powerful programming language?

0 Answers  


what is the use of void main() in C++ language?

0 Answers  


How can you differentiate between inheritance and implementation in c++?

0 Answers  


What is microsoft c++ redistributable 2013?

0 Answers  






What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?

1 Answers   Yahoo,


Explain the need for "Virtual Destructor"?

2 Answers   Infosys,


why we cant create array of refrences

4 Answers  


What are the debugging methods you use when came across a problem?

1 Answers  


Difference between a copy constructor and an assignment operator.

0 Answers  


What is diamond problem in c++?

0 Answers  


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

0 Answers  


Categories