What is purpose of abstract class?


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

Post New Answer

More C++ General Interview Questions

Why is the function main() special?

0 Answers  


how to find the maximum of 10 numbers ?

5 Answers  


What is the operator in c++?

0 Answers  


Does c++ support exception handling?

0 Answers  


What is a class template in c++?

0 Answers  






Differentiate between a constructor and a destructor in c++.

0 Answers  


Copy Linked List using recursive function?

2 Answers   Persistent,


Is c++ a software?

0 Answers  


What is ios in c++?

0 Answers  


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


Can class objects be passed as function arguments?

0 Answers   HCL,


What is do..while loops structure?

0 Answers  


Categories