Explain the difference between abstract class and interface in c++?


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

Post New Answer

More C++ General Interview Questions

What operators can you overload in c++?

0 Answers  


What is a container class?

0 Answers  


What are move semantics?

0 Answers  


Disadvantages of c++

8 Answers   HCL,


What does catch(…) mean?

0 Answers  






What do you mean by inheritance in c++?

0 Answers  


How do you print a string on the printer?

0 Answers  


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


How would you use the functions memcpy(), memset(), memmove()?

0 Answers  


Write a program to concatenate two strings.

0 Answers  


"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"

9 Answers   College School Exams Tests, HCL,


What will happen if a pointer is deleted twice?

0 Answers   Agilent, HAL,


Categories