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 is format for defining a structure?
What is bubble sort c++?
Can constructor be private in c++?
Are php strings immutable?
What is static function? Explain with an example
What is the best ide for c++?
What is implicit pointer in c++?
Define stacks. Provide an example where they are useful.
How static variables and local variablesare similar and dissimilar?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
How do you add an element to a set in c++?
What is iterator in c++?
Which is best ide for c++?
How the virtual functions maintain the call up?
How do you establish an is-a relationship?