In a class only declaration of the function is there but
defintion is not there then what is that function?
Answer Posted / santhi
abstract functions
if u specify any function as abstract,there itself in it's
home class u can't find solution,u have to define those
function in the later derived classes through inheritance.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are abstract data types in c++?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Explain how the virtual base class is different from the conventional base classes of the opps.
Explain the pure virtual functions?
Is c++ a software?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
What is difference between array and vector in c++?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What is a c++ map?
Difference between strdup and strcpy?
Can we sort map in c++?
What is prototype in c++ with example?
What is srand c++?
Define namespace in c++?