Give example of a pure virtual function in c++?


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

Post New Answer

More C++ General Interview Questions

Define what is constructor?

0 Answers  


How a new element can be added or pushed in a stack?

0 Answers  


What are the differences between malloc() and calloc()?

0 Answers  


Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??

7 Answers  


How many bit combinations are there in a byte?

13 Answers   Intel, Microsoft,






Write about the local class and mention its use?

0 Answers  


Generally variables are stored in heap memory. When he variables are created in stack?

4 Answers   Persistent,


simple c++ program for "abcde123ba" convert "ab321edcba" with out using string

5 Answers  


What are the advantages of early binding?

0 Answers  


How do you initialize a class member, class x { const int i; };

8 Answers   emc2,


Is c++ proprietary?

0 Answers  


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


Categories