What is pure virtual function?


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

Post New Answer

More C++ General Interview Questions

What is meant by a delegate?

0 Answers  


What are c++ storage classes?

0 Answers  


How do I open binary files?

1 Answers  


What is the best c++ compiler for windows 10?

0 Answers  


Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??

2 Answers  






i want to know how to copy arrary without using any method or function. I have tried the below using System; class e4 { static void Main(string[] args) { int a,b; int[ ] m= new int[5]; int[ ] n= new int[5]; for(a=0;a<=4;a++) { Console.WriteLine("enter any value"); m[a]=Convert.ToInt32(Console.ReadLine()); m[a]=n[a]; } for(b=0;b<=4;b++) { Console.WriteLine(n[b]); } } } but it will give wrong result can anyone solve this problem

1 Answers   Reliance,


What is a dangling pointer?

3 Answers   Glenwood,


What is null pointer and void pointer?

0 Answers  


Which programming language is best to learn first?

0 Answers  


Is there something that we can do in C and not in C++?

14 Answers   Patni,


Which operator can not be overloaded in C++?

1 Answers  


Explain object slicing in c++?

0 Answers  


Categories