What is general form of pure virtual function? Explain?


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

Post New Answer

More C++ General Interview Questions

What happens if an exception is throws from an, object's constructor and object's destructor?

4 Answers   Wipro,


Eplain extern keyword?

0 Answers  


Why struct is used in c++?

0 Answers  


Do you know what are pure virtual functions?

0 Answers  


What is singleton class in c++?

0 Answers  


What are the extraction and insertion operators in c++? Explain with examples.

0 Answers  


What are exceptions c++?

0 Answers  


What is problem with overriding functions?

0 Answers  


int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 Answers   AIG, Quark,


What is the difference between an enumeration and a set of pre-processor # defines?

0 Answers  


What are the restrictions apply to constructors and destructors?

0 Answers  


What are separators in c++?

0 Answers  


Categories